0.0.2 • Published 7 years ago

familiar-log v0.0.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

familiar-log

Install

npm i --save familiar-log

a logger for familiars

import { log } from 'familiar-log';

log('hello');

log('hello', 'world');

log('hello').json({ world: true });

const response = await service.getData(options);

log(`Count: ${response.length}`);
0.0.2

7 years ago

0.0.1

7 years ago