UNPKG

trello-sprinter

Version:

Provides summarizations of sprint activity in a Trello project

12 lines (6 loc) 145 B
/* * Base object for views of Trello data. */ export const DataView = function() { } DataView.prototype.present = function(div, board) {}