UNPKG

ast-is-empty

Version:

Find out, is nested array/object/string/AST tree is empty

8 lines (6 loc) 188 B
declare const version: string; /** * Find out, is nested array/object/string/AST tree is empty */ declare function isEmpty(input: unknown): boolean | null; export { isEmpty, version };