Current section

Files

Jump to
excessibility assets node_modules cosmiconfig dist getPropertyByPath.d.ts
Raw

assets/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts

declare function getPropertyByPath(source: {
[key: string]: unknown;
}, path: string | Array<string>): unknown;
export { getPropertyByPath };
//# sourceMappingURL=getPropertyByPath.d.ts.map