UNPKG

typia

Version:

Superfast runtime validators with only one line

7 lines (6 loc) 327 B
import ts from "typescript"; import { ProtobufAtomic } from "../typings/ProtobufAtomic"; export declare namespace NumericRangeFactory { const number: (type: ProtobufAtomic.Numeric) => (input: ts.Expression) => ts.Expression; const bigint: (type: ProtobufAtomic.BigNumeric) => (input: ts.Expression) => ts.Expression; }