UNPKG

@hel-demo/mono-libs

Version:
11 lines (8 loc) 371 B
import { d as delay, h as hello, a as helloAsync } from './index-CbIS-y1J.mjs'; 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 };