UNPKG

@hel-demo/mono-libs

Version:
12 lines (10 loc) 159 B
export { delay, helloAsync, } from '@ml/utils/path/to/async-hello'; /** * 对 hel 说你好 */ export function hello() { return 'hel hello v1.0.2'; }