UNPKG
sfx-meteojs
Version:
latest (1.0.1)
1.0.1
气象 JS 库, Javascript library for meteorological and atmospheric tools
gitee.com/shenyczz/meteojs
sfx-meteojs
/
src
/
index.ts
13 lines
(9 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
/** * *
@returns
{
string
}
abc
*/
function
func
(
) {
return
""
; };
export
{ func };