UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

14 lines 512 B
define(["require", "exports"], function (require, exports) { "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