UNPKG

216 BTypeScriptView Raw
1import type { CodeKeywordDefinition, ErrorObject } from "../../types";
2export declare type ConstError = ErrorObject<"const", {
3 allowedValue: any;
4}>;
5declare const def: CodeKeywordDefinition;
6export default def;