gro

1.1.0 • Public • Published

GRO

Usage

const gro = require('gro')
 
const c = gro('ExampleName')
 
 
const gend = c.group('foo')
const tend = c.time('foo')
 
c.log('Executed foo')
 
tend()
gend()
ExampleName.foo
|   ExampleName Executed foo
|   Example.Name.foo: 0.186ms
└

And

const gro = require('gro')
 
const gend = gro.group('Foo')
gend()
 
const tend = gro.time('Bar')
tend()

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.00latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.00
1.0.00
0.0.0-reserved0

Package Sidebar

Install

npm i gro

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • lestad