Files
website/node_modules/@volar/kit/lib/utils.d.ts
2024-05-06 17:15:30 -04:00

8 lines
384 B
TypeScript

/// <reference types="typesafe-path" />
import type * as path from 'typesafe-path/posix';
import type * as ts from 'typescript';
export declare const defaultCompilerOptions: ts.CompilerOptions;
export declare function asPosix(path: string): path.PosixPath;
export declare const uriToFileName: (uri: string) => string;
export declare const fileNameToUri: (fileName: string) => string;