@adarta-admin/hello-world
v0.2.2
Published
Concatenates Hello world! to a passed string.
Downloads
12
Maintainers
Readme
Hello World (@adarta-admin/hello-world)
This package is being used as a Test Library in the scope of @adarta-admin/hello-world
Install
$ npm install @adarta-admin/hello-world
Usage
const hello = require("@adarta-admin/hello-world");
hello("This is me. ");
//=> "This is me. Hello World"
hello(1337);
//=> "Hello World" (default)
This repository is an example used to test semver and some badges, tooling, etc. when publishing an npm package.
© ADARTA Inc.