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
168 B
4 lines
168 B
|
3 years ago
|
const set = require('regenerate')(0x1ABE);
|
||
|
|
set.addRange(0x488, 0x489).addRange(0x20DD, 0x20E0).addRange(0x20E2, 0x20E4).addRange(0xA670, 0xA672);
|
||
|
|
module.exports = set;
|