UNPKG

ts-cast

Version:
4 lines (3 loc) 139 B
import { createCaster } from '../engine'; import { isInt } from '../engine/guards'; export const integer = createCaster('integer', isInt);