UNPKG
jscrs
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.4
comment-rate-statistics
github.com/phillyx/jscrs/
phillyx/jscrs
jscrs
/
build
/
lib
/
utils.d.ts
5 lines
(4 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
isUndefined
(
value
:
any
):
boolean
;
export
declare
function
isNull
(
value
:
any
):
boolean
;
export
declare
function
isNullOrUndefined
(
value
:
any
):
boolean
;
export
declare
function
isString
(
value
:
any
):
boolean
;