UNPKG

@etherspot/data-utils

Version:
6 lines (3 loc) 175 B
import { ValidationOptions } from 'class-validator'; declare function IsHex32(options?: ValidationOptions): (object: any, propertyName: string) => void; export { IsHex32 };