UNPKG

react-pivot

Version:

React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.

9 lines (7 loc) 201 B
var through = require('through2'); module.exports = function () { return through(function (buf, enc, next) { this.push(buf.toString('utf8').replace(/X/g, 'Z')); next(); }); };