UNPKG

excel-builder

Version:

An easy way of building Excel files with javascript

10 lines (8 loc) 169 B
"use strict"; var _ = require('lodash'); //var util = require('../util'); var Chart = function () { }; _.extend(Chart.prototype, { }); module.exports = Chart;