You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
158 B
4 lines
158 B
4 years ago
|
const set = require('regenerate')();
|
||
|
set.addRange(0x531, 0x556).addRange(0x559, 0x58A).addRange(0x58D, 0x58F).addRange(0xFB13, 0xFB17);
|
||
|
module.exports = set;
|