UNPKG

254 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.array = Array.isArray;
4function primitive(s) {
5 return typeof s === 'string' || typeof s === 'number';
6}
7exports.primitive = primitive;
8//# sourceMappingURL=is.js.map
\No newline at end of file