UNPKG

364 BTypeScriptView Raw
1import type TokenProcessor from "../TokenProcessor";
2import type { DeclarationInfo } from "./getDeclarationInfo";
3/**
4 * Common method sharing code between CJS and ESM cases, since they're the same here.
5 */
6export default function shouldElideDefaultExport(isTypeScriptTransformEnabled: boolean, tokens: TokenProcessor, declarationInfo: DeclarationInfo): boolean;