UNPKG

240 BTypeScriptView Raw
1import type { CodeKeywordDefinition, ErrorObject } from "../../types";
2export type FormatError = ErrorObject<"format", {
3 format: string;
4}, string | {
5 $data: string;
6}>;
7declare const def: CodeKeywordDefinition;
8export default def;