UNPKG

validatees

Version:

✅ Validation library for ES6+ modules

4 lines (3 loc) 148 B
import { allTypes } from "./enums/type"; export declare function isTruthyExtended<T>(value: allTypes<T>): boolean; export default isTruthyExtended;