Commit Inicial
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
|
||||
export type FormatError = ErrorObject<"format", {
|
||||
format: string;
|
||||
}, string | {
|
||||
$data: string;
|
||||
}>;
|
||||
declare const def: CodeKeywordDefinition;
|
||||
export default def;
|
||||
Reference in New Issue
Block a user