3 lines
113 B
TypeScript
3 lines
113 B
TypeScript
import type { GlobResult } from "./types";
|
|
export declare function formatGlobResult(result: GlobResult): string;
|