1.0.7 • Published 3 years ago

soundx v1.0.7

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

Welcome To SoundX!

What does SoundX do? UltraX is an easy to use Test facility package, allowing you to test functions easily. Here are some examples

const SoundX = require('SoundX')

// Console.Log

console.log(SoundX.calculator(15,"*",2))
// Will Log 30
console.log(SoundX.calculator(15,"+",2))
// Would Log 17
console.log(SoundX.calculator(15,"-",2))
// Would Log 13
console.log(SoundX.calculator(3,"/",15))
// Would Log 5

// Replacement

let Regex = new RegExp(/hi/gi)
let Str = 'Thellos is a regex str test!'
console.log(SoundX.replace(Str,Regex,"hello"))
// Would Log: Thellos is a regex str test!

// This would check all capitilisations of what ever is in our regex, the capitilisation does not matter because of the "/gi"

Thank you!

How to install

Like any other package just run:

npm i SoundX

Thank you, I hope you install the package!

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago