UNPKG

@opentui/core

Version:

OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)

4 lines (3 loc) 194 B
import type { FiletypeParserOptions } from "./types.js"; export declare const defaultParserAssetPaths: readonly string[]; export declare function getParsers(): Promise<FiletypeParserOptions[]>;