UNPKG
@luband/jstools
Version:
latest (1.5.0)
1.5.0
1.1.4
1.1.3
1.1.0
1.0.0
前端工具包
@luband/jstools
/
base
/
isString.d.ts
2 lines
(1 loc)
•
62 B
TypeScript
View Raw
1
2
export
default
function
isString
(data: any)
: data is string;