Page MenuHomeSealhub

is-empty.ts
No OneTemporary

is-empty.ts

export default function isEmpty(value: any): boolean {
return value === undefined || value === null;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 21, 00:29 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
867588
Default Alt Text
is-empty.ts (104 B)

Event Timeline