All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
9 lines
250 B
TypeScript
9 lines
250 B
TypeScript
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
|