UNPKG
hexo-abbrlink
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.6
2.1.5
2.0.5
2.0.4
2.0.2
2.0.1
1.0.3
1.0.2
1.0.1
1.0.0
create one and only link for every post for hexo
github.com/Rozbo/hexo-abbrlink
Rozbo/hexo-abbrlink
hexo-abbrlink
/
test.js
7 lines
(6 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
crc =
require
(
'./lib/crc16'
);
var
other =
crc
(
"123"
);
var
crcRes=[]; crcRes.
push
(other);
console
.
log
(other);
console
.
log
(crcRes.
indexOf
(other));