UNPKG

hexo-abbrlink-iuxt

Version:

create one and only link for every post for hexo

7 lines (6 loc) 149 B
var crc = require('./lib/crc16'); var other = crc("123"); var crcRes=[]; crcRes.push(other); console.log(other); console.log(crcRes.indexOf(other));