0.1.88 • Published 9 years ago
npm-typed-logger-example-s v0.1.88
This package is a part of TypeScript & NPM example.
Install
npm install --save npm-typed-logger-example
Usage
import logger from 'npm-typed-logger-example';
const log = logger('app', process.stdout);
log('Hello, World', {param: 'value'}, 1234);Play
Clone this repository git clone git@github.com:izatop/npm-typescript.git
and go to logger package directory cd npm-typescript/logger.
Play and build logger with npm run watch and build.
0.1.88
9 years ago