3.1.1 • Published 5 years ago

@riouxjean/test v3.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

NPM PACKAGE - TESTING

npm npm GitHub

Testing with : Removes all space from string

Install

$ npm install @riouxjean/test

Usage

const test = require("@riouxjean/test");

test("GOOGL");
// => Position {
//  earnings: 1228000000,
//  outstanding: 318100000,
//  revenue: 39403000000,
//  cashs: 2240000000,
//  div: -505000000,
//  liabilities: 9147000000,
//  intangibleassets: undefined,
//  totalassets: 13856000000,
//  shareprice: 49.15 } 

test(1423);
//=> I need a string!

References

Incredible Medium article by Freecodecamp written by Jonathan Wood @bamblehorse

3.1.1

5 years ago

3.1.0

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.0.0

6 years ago