@quadrato/binutils-hiperf
v0.1.2
Published
A high performance version of node-binutils with typescript support.
Readme
binutils-hiperf
This is a fork of the high performance version of OrfeasZ's package node-binutils-hiperf with added typescript definitions.
To install using npm open your terminal (or command line), make sure you're in your application directory and execute the following command:
npm install @quadrato/binutils-hiperfYou can then start using the package by requiring it from your application as such:
var binutils = require('@quadrato/binutils-hiperf');For usage and examples please refer to the page of the original node-binutils package.
