@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
9 lines • 358 B
TypeScript
/**
* 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;
export declare function encodePathNoURIEncode(value: string): string;
//# sourceMappingURL=encode-path-str.d.ts.map