UNPKG

@decent-bet/solido

Version:

Code first contract entity mapper for Solidity based blockchains like Ethereum, Vechain, Tron

5 lines (4 loc) 151 B
import { IValidationType } from '../types'; export declare function validate(params: { [key: string]: IValidationType; }, values: any[]): boolean;