@jsonjoy.com/json-type
Version:
High-performance JSON Pointer implementation
13 lines • 381 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;
// }
//# sourceMappingURL=common.js.map