UNPKG

objtools

Version:

Various utility functions for working with object, including object merging, inheritance, deep copying, etc.

21 lines (20 loc) 327 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "outDir": "./dist", "moduleResolution": "node", "sourceMap": true, "esModuleInterop": true, "declaration": true }, "include": [ "./lib", "./bench", "./test" ], "exclude": [ "./node_modules", "./dist" ] }