UNPKG
ts-ds-tool
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Data structure and algorithm of TypeScript
github.com/HaifengDu/ts-ds-tool
HaifengDu/ts-ds-tool
ts-ds-tool
/
resource
/
algorithms
/
lcs
/
lcstr.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
export
declare
function
lcstr
(
text1
:
string
,
text2
:
string
):
string
;
export
declare
function
lcstropt
(
text1
:
string
,
text2
:
string
):
string
;