UNPKG

@visulima/packem

Version:

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

3 lines (2 loc) 252 B
export declare const inferExportTypeFromFileName: (filename: string) => "cjs" | "esm" | undefined; export declare const inferExportType: (condition: string, previousConditions: string[], packageType: "cjs" | "esm", filename?: string) => "cjs" | "esm";