1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-26 03:35:38 +00:00
notes/node_modules/synesthesia/lib/ranges.js

7 lines
172 B
JavaScript
Raw Normal View History

2017-03-09 18:16:08 +00:00
module.exports = {
'1': /1|0/,
'100': /100|(?:[1-9]?\d)/,
'255': /255|(?:25[0-4]|2[0-4]\d|1\d\d|[1-9]?\d)/,
'360': /360|(?:3[0-5]\d|[1-2]\d\d|[1-9]?\d)/
};