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