Skip to content

duinneacha/npmtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

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

About

very small npm test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published