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