UNPKG

@sagold/json-pointer

Version:

json pointer - failsafe data retrieval from js and json objects

6 lines (5 loc) 191 B
import { JsonPointer, JsonPath } from "./types"; /** * @returns true, if this pointer location is the root data */ export declare function isRoot(pointer: JsonPointer | JsonPath): boolean;