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')); });

Readme

Keywords

none

Package Sidebar

Install

npm i typeperf

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • arnoldb0620