UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

4 lines (3 loc) 131 B
import type { NumberValidatorType } from './number'; export declare interface IntegerValidatorType extends NumberValidatorType { }