UNPKG

unplugin-isolated-decl

Version:

A blazing-fast tool for generating isolated declarations.

10 lines (9 loc) 478 B
import { type Debugger } from "obug"; export declare const debug: Debugger; export declare function lowestCommonAncestor(...filepaths: string[]): string; export declare function stripExt(filename: string): string; export declare function resolveEntry(input: string | string[] | Record<string, string>, userInputBase?: string): { entryMap: Record<string, string> | undefined; inputBase: string; }; export declare function shouldAddIndex(id: string, resolved: string): boolean;