UNPKG

aes70

Version:

A controller library for the AES70 protocol.

4 lines (3 loc) 96 B
export function isTypedArray(o) { return ArrayBuffer.isView(o) && !(o instanceof DataView); }