1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-16 18:15:47 +00:00
notes/node_modules/synesthesia/lib/ranges.js
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00

7 lines
172 B
JavaScript

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)/
};