UNPKG

shapeit

Version:

Object validation tools for Javascript and, specially, Typescript

9 lines (8 loc) 195 B
/** * Creates a guard that always validates * * Equivalent to `any` type in TS. * * For improved type safety, use unknown instead */ export default function any(): import("..").Guard<any>;