@jsonjoy.com/json-type
Version:
High-performance JSON Pointer implementation
13 lines (12 loc) • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// /**
// * Something that can be identified by a string. So it can be registered
// * in a registry and then referenced by ID.
// */
// export interface Identifiable {
// /**
// * Unique ID of something, i.e. a name, symbol, etc.
// */
// id: string;
// }