0.1.10 • Published 3 years ago

@randybinondo/typescript-module v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago