UNPKG

recyclerlistview

Version:

The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.

12 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TSCast = /** @class */ (function () { function TSCast() { } TSCast.cast = function (object) { return object; }; return TSCast; }()); exports.default = TSCast; //# sourceMappingURL=TSCast.js.map