UNPKG

offtext

Version:

Perform weird actions on your strings

6 lines 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (str) => { return /^[\x00-\x7F]*$/.test(str); }; //# sourceMappingURL=isASCII.js.map