UNPKG

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