UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

11 lines 322 B
import { SPFI } from "../fi.js"; import { Utilities } from "./types.js"; export { Utilities, } from "./types.js"; Reflect.defineProperty(SPFI.prototype, "utility", { configurable: true, enumerable: true, get: function () { return this.create(Utilities, ""); }, }); //# sourceMappingURL=index.js.map