UNPKG

@nimel/directorr

Version:
5 lines (4 loc) 269 B
import { CheckPayloadPropFunc } from './types'; export declare function propOneOf(args: any[]): CheckPayloadPropFunc; export declare function propIsNotEqual(arg: any): CheckPayloadPropFunc; export declare function propIsNotEqualOneOf(arg: any[]): CheckPayloadPropFunc;