download
raw
572 Bytes
import { FormatMode, FormatName } from "./formats";
import type { Plugin, Format } from "ajv";
export { FormatMode, FormatName } from "./formats";
export { LimitFormatError } from "./limit";
export interface FormatOptions {
mode?: FormatMode;
formats?: FormatName[];
keywords?: boolean;
}
export type FormatsPluginOptions = FormatName[] | FormatOptions;
export interface FormatsPlugin extends Plugin<FormatsPluginOptions> {
get: (format: FormatName, mode?: FormatMode) => Format;
}
declare const formatsPlugin: FormatsPlugin;
export default formatsPlugin;

Xet Storage Details

Size:
572 Bytes
·
Xet hash:
f9217248a546a295896000f51992a969d8761f08cab17a669a725b272c02fe5a

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