UNPKG
lcp
Version:
latest (1.1.0)
1.1.0
1.0.0
Compute the Longest Common Prefix from some strings
github.com/addisonj/node-lcp
addisonj/node-lcp
lcp
/
index.js
3 lines
(2 loc)
•
53 B
JavaScript
View Raw
1
2
3
var
LCP
=
require(
'./lib/Trie'
)
module
.
exports
= LCP