UNPKG

@julo-ui/function-utils

Version:

Function Utilities across Julo UI package

4 lines (2 loc) 109 B
declare function isTrullyEmpty(value: any): value is undefined | null; export { isTrullyEmpty as default };