0.1.10 • Published 2 years ago

@randybinondo/typescript-module v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

randy-binondo-high-resolution-logo

Node.js Package to NPM

typescript-module

Sample Typescript Module

Installation

$ npm i --save @randybinondo/typescript-module 

Usage

Prerequisite

$ npm install -D typescript ts-node 
import { sample } from "@randybinondo/typescript-module"

const name = 'zzz'
console.log(sample`aaa bbb ccc ${name}`);

Output

Optional

$ git clone https://github.com/randy-binondo-dev/typescript-module-demo.git

Run

$ npm start
> @randybinondo/typescript-module-demo@1.0.0 start
> ts-node index.ts

string: aaa bbb ccc , first parameter: zzz

License

Typescript Module is MIT licensed.

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago