Newer
Older
vue-indexer / node_modules / cosmiconfig / dist / getPropertyByPath.d.ts
@eugene-sukhodolskiy eugene-sukhodolskiy on 24 Sep 193 bytes v1.0
declare function getPropertyByPath(source: {
    [key: string]: unknown;
}, path: string | Array<string>): unknown;
export { getPropertyByPath };
//# sourceMappingURL=getPropertyByPath.d.ts.map