Commit Inicial
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { CodeKeywordDefinition, ErrorNoParams, AnySchema } from "../../types";
|
||||
export type NotKeywordError = ErrorNoParams<"not", AnySchema>;
|
||||
declare const def: CodeKeywordDefinition;
|
||||
export default def;
|
||||
Reference in New Issue
Block a user