first commit
This commit is contained in:
5
app_vue/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts
generated
vendored
Normal file
5
app_vue/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
declare function getPropertyByPath(source: {
|
||||
[key: string]: unknown;
|
||||
}, path: string | Array<string>): unknown;
|
||||
export { getPropertyByPath };
|
||||
//# sourceMappingURL=getPropertyByPath.d.ts.map
|
Reference in New Issue
Block a user