UNPKG

515 BTypeScriptView Raw
1import URI from './uri';
2export declare namespace FileUri {
3 /**
4 * Creates a new file URI from the filesystem path argument.
5 * @param fsPath the filesystem path.
6 */
7 function create(fsPath_: string): URI;
8 /**
9 * Returns with the platform specific FS path that is represented by the URI argument.
10 *
11 * @param uri the file URI that has to be resolved to a platform specific FS path.
12 */
13 function fsPath(uri: URI | string): string;
14}
15//# sourceMappingURL=file-uri.d.ts.map
\No newline at end of file