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