spws
Version:
SharePoint Web Services Wrapper
11 lines • 689 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getViewCollection = exports.getView = void 0;
var getView_1 = require("./getView");
Object.defineProperty(exports, "getView", { enumerable: true, get: function () { return __importDefault(getView_1).default; } });
var getViewCollection_1 = require("./getViewCollection");
Object.defineProperty(exports, "getViewCollection", { enumerable: true, get: function () { return __importDefault(getViewCollection_1).default; } });
//# sourceMappingURL=index.js.map