UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

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