UNPKG

superglue.js

Version:

Simple web application platform using superviews.js and supermodels.js together with browserify

10 lines (8 loc) 130 B
function rndstr () { return Math.random().toString(36).substr(2, 5) } module.exports = { rndstr: { __value: rndstr } }