Page MenuHomec4science

_range.d.ts
No OneTemporary

File Metadata

Created
Fri, Jan 24, 09:32

_range.d.ts

import type { MacroKeywordDefinition } from "ajv";
import type { GetDefinition } from "./_types";
declare type RangeKwd = "range" | "exclusiveRange";
export default function getRangeDef(keyword: RangeKwd): GetDefinition<MacroKeywordDefinition>;
export {};

Event Timeline