UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

10 lines 304 B
var TakeValueConverter = (function () { function TakeValueConverter() { } TakeValueConverter.prototype.toView = function (array, count) { return array.slice(0, count); }; return TakeValueConverter; }()); export { TakeValueConverter }; //# sourceMappingURL=take.js.map