From 363723fc84f7b8477592e0105aeb331ec9a017af Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Aug 2017 05:01:11 +0200 Subject: node_modules --- node_modules/acorn/src/util.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 node_modules/acorn/src/util.js (limited to 'node_modules/acorn/src/util.js') diff --git a/node_modules/acorn/src/util.js b/node_modules/acorn/src/util.js deleted file mode 100644 index 9f548a140..000000000 --- a/node_modules/acorn/src/util.js +++ /dev/null @@ -1,11 +0,0 @@ -const {hasOwnProperty, toString} = Object.prototype - -// Checks if an object has a property. - -export function has(obj, propName) { - return hasOwnProperty.call(obj, propName) -} - -export const isArray = Array.isArray || ((obj) => ( - toString.call(obj) === "[object Array]" -)) -- cgit v1.2.3