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
Tue, May 27, 23:46 (3 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
625689
Default Alt Text
is-empty.ts (104 B)

Event Timeline