UNPKG

probejs-core

Version:

A powerful tool for traversing and investigating nested objects

6 lines 375 B
import { ProbeOptions } from "./types"; export declare function validateOptions(options: Required<ProbeOptions>): void; export declare function validateKey(key: string): void; export declare function validatePath(path: string): void; export declare function detectCircular(obj: unknown, path?: string[], seen?: WeakSet<object>): void; //# sourceMappingURL=validation.d.ts.map