UNPKG

noide

Version:

Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.

12 lines (10 loc) 219 B
var util = require('util') module.exports = { extend: util._extend, rndstr: function () { return (+new Date()).toString(36) }, getuid: function () { return ('' + Math.random()).replace(/\D/g, '') } }