typeperf

0.0.3 • Public • Published

======== typeperf

npm install typeperf

Example 1: Simple example which writes stdout to console.log

var typeperf = require('../'), args = ['\processor(_total)\% processor time'];

typeperf(args) .stdout.on('data', function (data) { console.log(data.toString('utf8')); });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    3
  • 0.0.2
    2
  • 0.0.1
    2

Package Sidebar

Install

npm i typeperf

Weekly Downloads

4

Version

0.0.3

License

MIT

Last publish

Collaborators

  • arnoldb0620