UNPKG

weapp-tw

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