frontend/.pnpm-store/v3/files/90/72402ee5f9c5af5db8c4c63e9773adb3f4441fee1222a80bfe7c90c3ba8ad9f712381d8c5e191315d8baf873e24a2ebde629b8272f69f3acc613b9a1e84e50

5 lines
193 B
Plaintext

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