UNPKG

@jsonjoy.com/json-pointer

Version:

High-performance JSON Pointer implementation

3 lines (2 loc) 80 B
export type PathStep = string | number; export type Path = readonly PathStep[];