UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

5 lines (4 loc) 229 B
const isTransferable = (x) => x instanceof ArrayBuffer || typeof SharedArrayBuffer !== "undefined" && x instanceof SharedArrayBuffer || typeof MessagePort !== "undefined" && x instanceof MessagePort; export { isTransferable };