Sign in
chromium
/
devtools
/
devtools-frontend
/
10a2fef29deaef3edeae96369e6e41cd67b2ea6f
/
.
/
node_modules
/
cosmiconfig
/
dist
/
getPropertyByPath.d.ts
blob: 0b89fa71496708c9d76d5d3e81e1916cf414702d [
file
]
declare
function
getPropertyByPath
(
source
:
{
[
key
:
string
]:
unknown
;
},
path
:
string
|
Array
<string>
):
unknown
;
export
{
getPropertyByPath
};
//# sourceMappingURL=getPropertyByPath.d.ts.map