UNPKG

object-path-resolver

Version:
7 lines (6 loc) 290 B
export declare const kAllItems: unique symbol; export type Path = (string | typeof kAllItems)[]; export declare function convertPathToArrayOfKeys(path: string, { allowPrototypeAccess, }?: { allowPrototypeAccess?: boolean; }): Path; export declare function cleanCache__testOnly(): void;