UNPKG
@amxdev/is-empty
Version:
latest (1.0.0)
1.0.0
Utility to check if a value is empty (null, undefined, string, array, or object)
@amxdev/is-empty
/
dist
/
index.d.ts
2 lines
(1 loc)
•
54 B
TypeScript
View Raw
1
2
export
declare
function
isEmpty
(
value
:
any
):
boolean
;