UNPKG

safers

Version:

Safely convert to the desired data and error-free refine values.

10 lines (9 loc) 211 B
import { isNull as r } from "./isNull.js"; import { isUndefined as o } from "./isUndefined.js"; import "../../lib/identifyType-d39b7385.js"; function e(i) { return r(i) || o(i); } export { e as isNullish };