UNPKG

weapp-tw

Version:
8 lines (7 loc) 138 B
//#region src/index.ts function greet(name) { return `hello ${name}`; } const VERSION = "0.0.0"; //#endregion export { VERSION, greet };