astro-ghostcms/.pnpm-store/v3/files/fb/cd3eea1132490dee4ac3fd70f59...

8 lines
384 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
/// <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;