UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

9 lines 347 B
import { TimelinePipe } from "@pnp/core"; import { Queryable } from "@pnp/queryable"; interface IDigestInfo { expiration: Date; value: string; } export declare function RequestDigest(hook?: (url: string, init: RequestInit) => IDigestInfo | null | undefined): TimelinePipe<Queryable>; export {}; //# sourceMappingURL=request-digest.d.ts.map