UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

2 lines (1 loc) 170 B
export declare function match(value: string | number | boolean | null, table: Array<string | number | boolean | null> | unknown, nomatch?: number | null): number | null;