0.1.88 • Published 8 years ago

npm-typed-logger-example-s v0.1.88

Weekly downloads
5
License
-
Repository
-
Last release
8 years ago

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.