UNPKG

@stimulus-library/utilities

Version:

A library of useful controllers for Stimulus

4 lines (3 loc) 247 B
export declare function stringToPath(str: string): string[]; export declare function get<T extends object>(object: T, path: string, defaultValue?: any): any; export declare function set<T extends object>(object: T, path: string, value: any): any;