UNPKG

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