UNPKG

@imjano/get_object_in_object

Version:

Through a dot-separated path (example: 'subObject.foo.bar') you can find an object inside another parent object.

13 lines (12 loc) 255 B
{ "compilerOptions": { "forceConsistentCasingInFileNames": true, "declaration": true, "target": "es6", "module": "commonjs", "outDir": "module", "strict": true }, "include": ["src/**/*", "types"], "exclude": ["node_modules"] }