1.0.3 • Published 8 years ago

zoesutils v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

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
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago