UNPKG

slayer

Version:

JavaScript time series spike detection for Node.js; like the Octave findpeaks function.

9 lines (5 loc) 235 B
'use strict'; var Factory = require('./lib/core.js'); Factory.Slayer.prototype.fromArray = require('./lib/readers/array.js'); Factory.Slayer.prototype.createReadStream = require('./lib/readers/stream.js'); module.exports = Factory;