Buckets:
| import type { Plugin, CodeKeywordDefinition, ErrorObject } from "ajv"; | |
| type Kwd = "formatMaximum" | "formatMinimum" | "formatExclusiveMaximum" | "formatExclusiveMinimum"; | |
| type Comparison = "<=" | ">=" | "<" | ">"; | |
| export type LimitFormatError = ErrorObject<Kwd, { | |
| limit: string; | |
| comparison: Comparison; | |
| }>; | |
| export declare const formatLimitDefinition: CodeKeywordDefinition; | |
| declare const formatLimitPlugin: Plugin<undefined>; | |
| export default formatLimitPlugin; | |
Xet Storage Details
- Size:
- 468 Bytes
- Xet hash:
- 957c959791499711add20bc2563bddcfc620cd16b5441de0c155c865c9f9a918
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.