UNPKG

closure-builder

Version:

Simple Closure, Soy and JavaScript Build system

11 lines (8 loc) 201 B
/** * NodeJs test dummy */ var textTools = require('../../tools/text.js'); var getRandomString = function() { return textTools.getRandomString() + 'hello'; }; module.exports = getRandomString();