@hel-demo/mono-libs
Version:
hel-mono demo libs
20 lines (14 loc) • 579 B
text/typescript
import { d as delay$1, h as hello$1, a as helloAsync$1 } from '../../index-CbIS-y1J.mjs';
/**
* [hel-tip] 此文件由 mono-helper 脚本自动生成,无需修改!
*/
declare namespace ___modules {
export { delay$1 as delay, hello$1 as hello, helloAsync$1 as helloAsync };
}
type LibProperties = typeof ___modules;
declare const lib: typeof ___modules;
declare const hello: typeof hello$1;
declare const delay: typeof delay$1;
declare const helloAsync: typeof helloAsync$1;
type Lib = LibProperties;
export { type Lib, lib as default, delay, hello, helloAsync, lib };