UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

5 lines (4 loc) 170 B
const hasCrypto = () => typeof self !== "undefined" && self["crypto"] !== void 0 || typeof global !== "undefined" && global["crypto"] !== void 0; export { hasCrypto };