UNPKG

@thi.ng/checks

Version:
8 lines (7 loc) 142 B
const isPrimitive = (x) => { const t = typeof x; return t === "string" || t === "number" || t === "boolean"; }; export { isPrimitive };