UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

5 lines 173 B
export interface IResourcePath { DecodedUrl: string; } export declare function toResourcePath(url: string): IResourcePath; //# sourceMappingURL=to-resource-path.d.ts.map