UNPKG

const-max-uint8

Version:
10 lines (5 loc) 93 B
'use strict'; // 2**8 - 1 var MAX_UINT8 = 255; // EXPORTS // module.exports = MAX_UINT8;