UNPKG

@bemedev/decompose

Version:
13 lines (10 loc) 280 B
'use strict'; function isPrimitive(arg) { return (typeof arg === 'number' || typeof arg === 'string' || typeof arg === 'boolean' || arg === undefined || arg === null); } exports.isPrimitive = isPrimitive; //# sourceMappingURL=helpers.cjs.map