1.0.5 • Published 2 years ago

@ehmoratallar/test v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

This is a test to publish NPM Packages

This package is a javascript module that contains three demo functions:

  • sayHello
  • sayGoodbye
  • echo

They receive a string parameter and return a string as well

Installation

npm install --save @ehmoratallar/test

Usage

const { sayHello, sayGoodbye, echo } = require('@ehmoratallar/test');

console.log(sayHello('Eduardo'));
console.log(sayGoodbye('Moratalla'));
console.log(echo('Test string'));
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago