@hel-demo/mono-libs
Version:
hel-mono demo libs
11 lines (8 loc) • 370 B
TypeScript
import { d as delay, h as hello, a as helloAsync } from './index-CbIS-y1J.js';
declare const lib_delay: typeof delay;
declare const lib_hello: typeof hello;
declare const lib_helloAsync: typeof helloAsync;
declare namespace lib {
export { lib_delay as delay, lib_hello as hello, lib_helloAsync as helloAsync };
}
export { lib as default, delay, hello, helloAsync };