UNPKG

@neutrium/utilities

Version:

A collection of general purpose utility objects for the NeutriumJS library.

5 lines (4 loc) 109 B
export declare class NestedMap { get(keys: string[]): this; set(keys: string[], value: any): this; }