UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

4 lines (3 loc) 277 B
import type { Format } from "../types.d.mts"; export declare const inferExportTypeFromFileName: (filename: string) => Format | undefined; export declare const inferExportType: (condition: string, previousConditions: string[], packageType: Format, filename?: string) => Format;