UNPKG

ts-ds-tool

Version:

Data structure and algorithm of TypeScript

2 lines (1 loc) 67 B
export declare function lcs(text1: string, text2: string): string;