@duinneacha/npmtest

2.0.0 • Public • Published

NPM Test

This is a test to link npm with github

The program accepts a string and removes spaces within

Install

$ npm install @duinneacha/npmtest

Usage

const ad1 = require("@duinneacha/npmtest");

ad1("This is a test to remove spaces!"); //=> "Thisisatesttoremovespaces!"

ad1(1337); //=> Uncaught TypeError: This test expects a string! // at npmtest (:2:41) // at :1:1

Package Sidebar

Install

npm i @duinneacha/npmtest

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

939 B

Total Files

3

Last publish

Collaborators

  • duinneacha