UNPKG

@storm-stack/types

Version:

⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

4 lines (3 loc) 70 B
export const isUndefined = (value) => { return value === void 0; };