@riouxjean/test

3.1.1 • Public • Published

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

Package Sidebar

Install

npm i @riouxjean/test

Weekly Downloads

2

Version

3.1.1

License

MIT

Unpacked Size

12.8 kB

Total Files

8

Last publish

Collaborators

  • riouxjean