1.0.5 • Published 3 years ago

@ehmoratallar/test v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago