UNPKG

188 BJavaScriptView Raw
1export var hexDocs = {
2 name: 'hex',
3 category: 'Utils',
4 syntax: ['hex(value)'],
5 description: 'Format a number as hexadecimal',
6 examples: ['hex(240)'],
7 seealso: ['bin', 'oct']
8};
\No newline at end of file