0.0.7 • Published 4 years ago

rushi v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Rushi is a project that helps people to use javascript (WIP)

Here's an example:

const rushi = require('rushi');

const array = ['roe', 'is', 'cool']

console.log(array[rushi.arrayRandomize(array)])

// that will return either roe, is, or cool.

const strtest = 'rushi nice'
const args = rushi.setargs(strtest);
console.log(args[1])

// That will return nice in the console.
0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago