create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
7 lines • 357 B
TypeScript
import { PACKAGE_MANAGERS } from '../checkInstallation';
import { HealthCheckInterface } from '@react-native-community/cli-types';
declare const packageManager: PACKAGE_MANAGERS | undefined;
declare const yarn: HealthCheckInterface;
declare const npm: HealthCheckInterface;
export { packageManager, yarn, npm };
//# sourceMappingURL=packageManagers.d.ts.map