UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

8 lines 288 B
/** * Encodes path portions of SharePoint urls such as decodedUrl=`encodePath(pathStr)` * * @param value The string path to encode * @returns A path encoded for use in SP urls */ export declare function encodePath(value: string): string; //# sourceMappingURL=encode-path-str.d.ts.map