UNPKG

locutus

Version:

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

2 lines (1 loc) 200 B
export declare function similar_text(first: string | number | boolean | null | undefined, second: string | number | boolean | null | undefined, percent?: boolean | number | null | undefined): number;