Backend half
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
export const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) ||
|
||||
Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
|
||||
Reference in New Issue
Block a user