UNPKG

mcard-js

Version:

MCard - Content-addressable storage with cryptographic hashing, handle resolution, and vector search for Node.js and browsers

9 lines 215 B
export class ValidationError extends Error { constructor(message) { super(message); this.name = 'ValidationError'; } } export class BaseValidator { } //# sourceMappingURL=BaseValidator.js.map