UNPKG

inference-server

Version:

Libraries and server to build AI applications. Adapters to various native bindings allowing local inference. Integrate it with your application, or use as a microservice.

3 lines (2 loc) 160 B
import { FileTreeItem } from './indexModelCache.js'; export declare function renderTreeView(tree: FileTreeItem[], prefix?: string, isLast?: boolean): string[];