@opentui/core
Version:
OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)
8 lines (7 loc) • 296 B
TypeScript
export declare function isBunfsPath(path: string): boolean;
export declare function getBunfsRootPath(): string;
/**
* Normalizes a path to the embedded root.
* Flattens directory structure to ensure file exists at root.
*/
export declare function normalizeBunfsPath(fileName: string): string;