UNPKG

envsafe-lite

Version:

Lightweight, type-safe environment variable parser for Node.js with zero dependencies.

3 lines (2 loc) 160 B
import { BaseValidator, NumberValidatorOptions } from "../core/types"; export declare function number(options?: NumberValidatorOptions): BaseValidator<number>;