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
164 B
4 lines
164 B
4 years ago
|
const set = require('regenerate')();
|
||
|
set.addRange(0x1980, 0x19AB).addRange(0x19B0, 0x19C9).addRange(0x19D0, 0x19DA).addRange(0x19DE, 0x19DF);
|
||
|
module.exports = set;
|