jspm-main.js 112 B

1234
  1. var agGrid = require('./main');
  2. Object.keys(agGrid).forEach(function(key) {
  3. exports[key] = agGrid[key];
  4. });