UNPKG

@roots/bud

Version:

Configurable, extensible build tools for modern single and multi-page web applications

5 lines (4 loc) 131 B
/** * Returns true if the given value is neither null nor undefined. */ export declare const isset: (value: unknown) => boolean;