@adarta-admin/hello-world

Concatenates Hello world! to a passed string.

Usage no npm install needed!

<script type="module">
  import adartaAdminHelloWorld from 'https://cdn.skypack.dev/@adarta-admin/hello-world';
</script>

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.