# jg-ts-module-2

> A unicorn that says hello world

Latest version **1.0.0** (published 2020-09-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install jg-ts-module-2
pnpm add jg-ts-module-2
yarn add jg-ts-module-2
bun add jg-ts-module-2
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-09-26 |
| First published | 2020-09-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | jgonext |

## Links

- npm: https://www.npmjs.com/package/jg-ts-module-2
- Repository: https://github.com/jgonext/jg-ts-module-2
- Homepage: https://github.com/jgonext/jg-ts-module-2#readme
- Issues: https://github.com/jgonext/jg-ts-module-2/issues
- npm.io page: https://npm.io/package/jg-ts-module-2

## Recent versions

- 1.0.0 (latest) — 2020-09-26

## README

# Unicorn Says Hello World

Have you ever wished that a unicorn was saying hello world to you ?

## Install

```
npm install unicorn-says-hello-world -S
```

## Example

```ts
import { Unicorn } from "unicorn-says-hello-world";
// OR in nodeJS ( commonJS module )
const { Unicorn } = require("unicorn-says-hello-world");

const myUnicorn = new Unicorn();

console.log(myUnicorn.sayHelloTo("jason"));
```

Enjoy !

---
_Source: https://npm.io/package/jg-ts-module-2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
