unplugin-isolated-decl
Version:
A blazing-fast tool for generating isolated declarations.
10 lines (9 loc) • 471 B
TypeScript
import Debug from "debug";
export declare const debug: 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;