range.ts 250 Bytes
import type {MacroKeywordDefinition} from "ajv"
import type {GetDefinition} from "./_types"
import getRangeDef from "./_range"

const getDef: GetDefinition<MacroKeywordDefinition> = getRangeDef("range")

export default getDef
module.exports = getDef