tynder
Version:
TypeScript friendly Data validator for JavaScript.
8 lines (7 loc) • 358 B
TypeScript
export declare const SymbolPattern: RegExp;
export declare const NumberPattern: RegExp;
export declare const DatePattern: RegExp;
export declare const DateTimePattern: RegExp;
export declare const DateTimeNoTzPattern: RegExp;
export declare function nvl(v: any, alt: any): any;
export declare function nvl2(v: any, f: (x: any) => any, alt: any): any;