UNPKG

4.5

Version:

Monadic test assertions

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