UNPKG

288 BTypeScriptView Raw
1/**
2 * Encodes path portions of SharePoint urls such as decodedUrl=`encodePath(pathStr)`
3 *
4 * @param value The string path to encode
5 * @returns A path encoded for use in SP urls
6 */
7export declare function encodePath(value: string): string;
8//# sourceMappingURL=encode-path-str.d.ts.map
\No newline at end of file