| @@ 13-23 (lines=11) @@ | ||
| 10 | }; |
|
| 11 | return __assign.apply(this, arguments); |
|
| 12 | }; |
|
| 13 | var __rest = (this && this.__rest) || function (s, e) { |
|
| 14 | var t = {}; |
|
| 15 | for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) |
|
| 16 | t[p] = s[p]; |
|
| 17 | if (s != null && typeof Object.getOwnPropertySymbols === "function") |
|
| 18 | for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { |
|
| 19 | if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) |
|
| 20 | t[p[i]] = s[p[i]]; |
|
| 21 | } |
|
| 22 | return t; |
|
| 23 | }; |
|
| 24 | var __importStar = (this && this.__importStar) || function (mod) { |
|
| 25 | if (mod && mod.__esModule) return mod; |
|
| 26 | var result = {}; |
|
| @@ 13-23 (lines=11) @@ | ||
| 10 | }; |
|
| 11 | return __assign.apply(this, arguments); |
|
| 12 | }; |
|
| 13 | var __rest = (this && this.__rest) || function (s, e) { |
|
| 14 | var t = {}; |
|
| 15 | for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) |
|
| 16 | t[p] = s[p]; |
|
| 17 | if (s != null && typeof Object.getOwnPropertySymbols === "function") |
|
| 18 | for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { |
|
| 19 | if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) |
|
| 20 | t[p[i]] = s[p[i]]; |
|
| 21 | } |
|
| 22 | return t; |
|
| 23 | }; |
|
| 24 | Object.defineProperty(exports, "__esModule", { value: true }); |
|
| 25 | var monocle_ts_1 = require("monocle-ts"); |
|
| 26 | exports.Resource = { |
|