UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

4 lines (3 loc) 148 B
type PathKey = string | number; export declare function assoc_in(value: unknown, keys: PathKey[] | unknown, newValue: unknown): unknown; export {};