//#region packages/basic/string/deComment.d.ts /** * 去掉注释代码 * @param text */ declare function deComment(code: string): string; //#endregion export { deComment as t };