UNPKG
mid-apis
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Apis的中间层,接收数据并上传给服务器
github.com/AiWeiEr324/midApis
mid-apis
/
dist
/
types
/
helpers
/
shared.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
export
declare
const
getGlobalThis
:
() =>
any
;
export
declare
const
isBrowser
:
() =>
boolean
;
export
declare
const
isArray
:
(
arg
:
any
) =>
arg is
any
[];