UNPKG

173 BTypeScriptView Raw
1export interface IResourcePath {
2 DecodedUrl: string;
3}
4export declare function toResourcePath(url: string): IResourcePath;
5//# sourceMappingURL=to-resource-path.d.ts.map
\No newline at end of file