UNPKG

@stdlib/esm

Version:

ES module distribution for Stdlib, a standard library for JavaScript and Node.js.

3 lines 266 B
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0 function n(n){var r=typeof n;return"string"===r||"number"===r||"boolean"===r||"symbol"===r||null==n}var r=n;export default r; //# sourceMappingURL=is-primitive.js.map