UNPKG

4.5

Version:

Monadic test assertions

6 lines 206 B
export function type(value) { return value === null ? 'Null' : value === void 0 ? 'Undefined' : Object.prototype.toString.call(value).slice(8, -1); } //# sourceMappingURL=type.js.map