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

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    0
    • latest

Version History

Package Sidebar

Install

npm i gro

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • lestad