UNPKG

259 BPlain TextView Raw
1import type {MacroKeywordDefinition} from "ajv"
2import type {GetDefinition} from "./_types"
3import getRangeDef from "./_range"
4
5const getDef: GetDefinition<MacroKeywordDefinition> = getRangeDef("exclusiveRange")
6
7export default getDef
8module.exports = getDef