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.d.cts
5 lines
•
143 B
text/typescript
View Raw
1
2
3
4
5
//#region src/index.d.ts
declare
function
greet
(
name
:
string
):
string
;
declare
const
VERSION
=
"0.0.0"
;
//#endregion
export
{
VERSION
, greet };