UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

3 lines (2 loc) 134 B
export declare function test(re: RegExp, text: string): boolean; export declare function test(re: RegExp): (text: string) => boolean;