rafale
Version:
Deploy every services, everywhere, in just a few seconds
1 lines • 283 B
JavaScript
;function isShortId(t){if(!t||"string"!=typeof t||t.length<6)return!1;var r=alphabet.characters(),e=t.split("").map(function(t){return-1===r.indexOf(t)?t:void 0}).join("").split("").join("");return 0===e.length}var alphabet=require("./alphabet");module.exports=isShortId;