UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

12 lines (11 loc) 262 B
export class VersionUpgrade { constructor(logger) { this.logger = logger; } migrateStateWithMethods(state, methods) { for (let method of methods) { state = method.call(this, state); } return state; } }