remove lib and node_modules

This commit is contained in:
Shawn Napora
2019-08-06 16:49:21 -04:00
parent dc7133054e
commit 1357802b01
563 changed files with 0 additions and 93758 deletions

3
node_modules/isobject/index.d.ts generated vendored
View File

@@ -1,3 +0,0 @@
declare function isObject(val: any): boolean;
export default isObject;