UNPKG

json-ptr

Version:

A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.

7 lines (6 loc) 115 B
/** * @packageDocumentation */ export * from './types'; export * from './util'; export * from './pointer';