download
raw
633 Bytes
import Ajv, { AnySchema, AnyValidateFunction, ErrorObject } from "../core";
export default class AjvPack {
readonly ajv: Ajv;
errors?: ErrorObject[] | null;
constructor(ajv: Ajv);
validate(schemaKeyRef: AnySchema | string, data: unknown): boolean | Promise<unknown>;
compile<T = unknown>(schema: AnySchema, meta?: boolean): AnyValidateFunction<T>;
getSchema<T = unknown>(keyRef: string): AnyValidateFunction<T> | undefined;
private getStandalone;
addSchema(...args: Parameters<typeof Ajv.prototype.addSchema>): AjvPack;
addKeyword(...args: Parameters<typeof Ajv.prototype.addKeyword>): AjvPack;
}

Xet Storage Details

Size:
633 Bytes
·
Xet hash:
86d0a371dee69ffc6a87c4bd6213e36fc8fa55425dbc84dadd8f09e436319c95

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.