UNPKG

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