UNPKG

@varasto/validator-storage

Version:

Varasto storage implementation that performs validation

8 lines (7 loc) 226 B
/** * Exception that is thrown when attempting to access to a namespace that is * not mapped to an validation schema. */ export declare class UnrecognizedNamespaceError extends Error { constructor(namespace: string); }