UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

10 lines (9 loc) 198 B
// Generated by CoffeeScript 1.7.1 module.exports = function(number) { var result; result = number.toString(16); while (result.length % 2) { result = "0" + result; } return result; };