UNPKG

probejs-core

Version:

A powerful tool for traversing and investigating nested objects

4 lines 293 B
export { Probe } from "./Probe"; export { ProbeError, PathError, KeyError, CircularReferenceError, isProbeError, } from "./errors"; export type { JsonValue, JsonObject, JsonArray, ProbeOptions, ProbeResult, ProbeStatistics, OccurrenceType, } from "./types"; //# sourceMappingURL=index.d.ts.map