UNPKG
hexo-abbrlink-iuxt
Version:
latest (2.2.2)
2.2.2
create one and only link for every post for hexo
github.com/iuxt/hexo-abbrlink
iuxt/hexo-abbrlink
hexo-abbrlink-iuxt
/
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));