UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

7 lines (6 loc) 364 B
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, tokens: TokenProcessor, declarationInfo: DeclarationInfo): boolean;