Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/motss/learning-typescript

Simple repo to learn typescript
https://github.com/motss/learning-typescript

Last synced: 15 days ago
JSON representation

Simple repo to learn typescript

Awesome Lists containing this project

README

        

# learning-typescript

> Yet another NPM package to output greetings.

Just another NPM package that does simply amazing thing.

## How to use

The following is a simple code snippet:

```js
/* Import the package */
const greetings = require('learning-typescript');

/* Run it and display the output via console.log */
console.log(greetings()); /* output: Hello World from learning-typescript! */
```