UNPKG

@opentui/core

Version:

OpenTUI is a TypeScript library for building terminal user interfaces (TUIs)

3 lines (2 loc) 152 B
export declare function extToFiletype(extension: string): string | undefined; export declare function pathToFiletype(path: string): string | undefined;