1.0.3 • Published 8 years ago
zoesutils v1.0.3
Zoes Utils
A simple package with various functions and tools
Installing
In Command Prompt (Or whatever you use) run the following
npm install zoesutils
Use
var zut = require("zoesutils");
To test if it works
console.log(zut.test("Hello World?"));
/* Will return 'Hello World?' if working */
Content
- .test( ?String )
- Returns the provided string if supplied with one