Page MenuHomec4science

if.d.ts
No OneTemporary

File Metadata

Created
Tue, Feb 4, 01:26
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type IfKeywordError = ErrorObject<"if", {
failingKeyword: string;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;

Event Timeline