kieker-javascript-records

0.11.2 • Public • Published

kieker-javascript-records

This is a bridge module, which contains the generated record definitions from the instrumentation-languages repository and provides them in an easy interface

Install

$ npm install --save kieker-javascript-records

Usage

const kiekerJavascriptRecords = require('kieker-javascript-records');
 
var myRecordGenerator = kiekerJavascriptRecords.myRecordName;
var probe = myRecordGenerator({
    // your record content
});

License

MIT © Daniel Schmidt

Readme

Keywords

none

Package Sidebar

Install

npm i kieker-javascript-records

Weekly Downloads

0

Version

0.11.2

License

MIT

Last publish

Collaborators

  • dschmidt