UNPKG

@hel-demo/mono-libs

Version:
1 lines 983 B
{"version":3,"sources":["../src/export.ts","../src/utils/path/to/async-hello.ts","../src/utils/index.ts","../src/index.ts"],"sourcesContent":["export { hello, delay, helloAsync } from './utils';\n","\n/**\n * 延迟多少米后执行剩余的逻辑\n */\nexport function delay(ms = 1000) {\n return new Promise(r => setTimeout(r, ms));\n}\n\n/**\n * 异步地对 hel 说你好\n */\nexport async function helloAsync() {\n await delay();\n return 'async hel hello v1.0.2';\n}\n","export {\n delay,\n helloAsync,\n} from '@ml/utils/path/to/async-hello';\n\n/**\n * 对 hel 说你好\n */\nexport function hello() {\n return 'hel hello v1.0.2';\n}\n","import * as lib from './export';\n\nexport * from './export';\n\nexport default lib;\n"],"mappings":";;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACIO,SAAS,MAAM,KAAK,KAAM;AAC/B,SAAO,IAAI,QAAQ,OAAK,WAAW,GAAG,EAAE,CAAC;AAC3C;AAKA,eAAsB,aAAa;AACjC,QAAM,MAAM;AACZ,SAAO;AACT;;;ACNO,SAAS,QAAQ;AACtB,SAAO;AACT;;;ACNA,IAAO,gBAAQ;","names":[]}