UNPKG

angular-odata

Version:

Client side OData typescript library for Angular

18 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Import = void 0; class Import { constructor(names, from) { this.names = []; this.names = names; this.from = from; } path() { var path = this.from.toString(); if (!path.startsWith('../')) path = `./${path}`; return path; } } exports.Import = Import; //# sourceMappingURL=import.js.map