UNPKG

@thi.ng/checks

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