ASCII.js 84 Bytes
Newer Older
liang ce committed
1 2 3
const set = require('regenerate')();
set.addRange(0x0, 0x7F);
module.exports = set;