UNPKG

typia

Version:

Superfast runtime validators with only one line

9 lines (8 loc) 235 B
import ts from "typescript"; import { ITypiaContext } from "./ITypiaContext"; export declare namespace NodeTransformer { const transform: (props: { context: ITypiaContext; node: ts.Node; }) => ts.Node | null; }