UNPKG

motion

Version:

motion - moving development forward

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