Files
starface-outlook-sync-addin/node_modules/@jsonjoy.com/json-pointer/lib/index.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

14 lines
313 B
TypeScript

/**
* `json-pointer`
*
* Implements helper functions for [JSON Pointer (RFC 6901)](https://tools.ietf.org/html/rfc6901) specification.
*
* @module
*/
export * from './types';
export * from './util';
export * from './validate';
export * from './get';
export * from './find';
export * from './findByPointer';