supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
259 Bytes
import type {MacroKeywordDefinition} from "ajv"
import type {GetDefinition} from "./_types"
import getRangeDef from "./_range"
const getDef: GetDefinition<MacroKeywordDefinition> = getRangeDef("exclusiveRange")
export default getDef
module.exports = getDef