📄 getPropertyByPath.d.ts
/home/palash/git/site/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts
Language: ts • Lines: 5
declare function getPropertyByPath(source: {
    [key: string]: unknown;
}, path: string | Array<string>): unknown;
export { getPropertyByPath };
//# sourceMappingURL=getPropertyByPath.d.ts.map