UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

12 lines 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TakeValueConverter = (function () { function TakeValueConverter() { } TakeValueConverter.prototype.toView = function (array, count) { return array.slice(0, count); }; return TakeValueConverter; }()); exports.TakeValueConverter = TakeValueConverter; //# sourceMappingURL=take.js.map