@opentui/core
Version:
OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)
5 lines (4 loc) • 332 B
TypeScript
export declare function resolveDefaultParserAsset(relativePath: string, fallbackPath: URL): Promise<string>;
export declare function resolveDefaultTreeSitterWorkerPath(_fallbackPath: URL): string;
export declare function resolveTreeSitterWasm(): Promise<string>;
export declare function resolveNativeLibraryPath(): Promise<string>;