UNPKG

@daysnap/utils

Version:
9 lines (7 loc) 116 B
// src/isUndefined.ts function isUndefined(val) { return typeof val === "undefined"; } export { isUndefined };