UNPKG
weapp-tw
Version:
alpha (0.0.1-alpha.0)
latest (0.0.1)
4.2.5
4.1.11
4.1.6
4.1.5
4.1.2
4.1.1
4.1.0
3.7.0
3.6.2
3.6.1
3.6.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.0
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
0.0.1
0.0.1-alpha.0
0.0.0
tsdown bundler template
github.com/sonofmagic/weapp-tailwindcss
sonofmagic/weapp-tailwindcss
weapp-tw
/
dist
/
index.cjs
10 lines
(9 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
, {
value
:
"Module"
});
//#region src/index.ts
function
greet
(
name
) {
return
`hello
${name}
`
; }
const
VERSION
=
"0.0.0"
;
//#endregion
exports
.
VERSION
=
VERSION
;
exports
.
greet
= greet;