UNPKG

locale-wizard

Version:
6 lines (5 loc) 175 B
type NestedObject = { [key: string]: string | NestedObject; }; export declare const getValueByPath: (object: NestedObject, path: string) => string | undefined; export {};