0.0.7 • Published 3 years ago

rushi v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago