fractal-core
Version:
A minimalist and well crafted app, content or component is our conviction
11 lines • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// Copied from snabbdom
// Commit: https://github.com/snabbdom/snabbdom/commit/f552b0e8eda30a84e59f212e98651463ec71a53f
exports.array = Array.isArray;
/* istanbul ignore next */
function primitive(s) {
return typeof s === 'string' || typeof s === 'number';
}
exports.primitive = primitive;
//# sourceMappingURL=is.js.map