2.0.0 • Published 6 years ago

@duinneacha/npmtest v2.0.0

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

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