projecte_ionic/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts
2022-02-09 18:30:03 +01:00

5 lines
No EOL
193 B
TypeScript
Executable file

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