UNPKG

create-expo-cljs-app

Version:

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

9 lines (8 loc) 309 B
import { ParserOptions, ParserPlugin } from "@babel/parser"; export declare type Overrides = Partial<{ sourceType: ParserOptions["sourceType"]; strictMode: ParserOptions["strictMode"]; }>; export default function getBabelOptions(options?: Overrides): ParserOptions & { plugins: ParserPlugin[]; };