UNPKG
milligrami
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.3-0
0.2.2
0.2.1-0
0.2.0
0.1.1-0
0.0.4-0
0.0.3-0
0.0.2-0
Milligram React wrapper
github.com/D10221/milligrami
D10221/milligrami
milligrami
/
lib
/
util
/
is.d.ts
4 lines
(3 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
export
declare
const
isDefined
:
(
x
:
any
) =>
boolean
;
export
declare
const
isUndefined
:
(
x
:
any
) =>
boolean
;
export
declare
const
isUndefinedOrFalse
:
(
x
:
boolean
) =>
boolean
;