persona-community-5/.pnpm-store/v3/files/4e/983911c06856fce1e1c4e5f0193d3ce617c3c927d3d9a75ba2af20eeb44e54e68fef78c89add9d5ad4dac3a0647fa990c5354c0bd50cc18ea1e71358d5e692
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
392 B
Plaintext

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