UNPKG

328 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var index_1 = require("./index");
4index_1.List.prototype.append = function (value) {
5 return index_1.append(value, this);
6};
7index_1.List.prototype.nth = function (index) {
8 return index_1.nth(index, this);
9};
10//# sourceMappingURL=methods.js.map
\No newline at end of file