UNPKG

create-expo-cljs-app

Version:

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

15 lines (14 loc) 518 B
export declare function createModuleMatcher({ folders, moduleIds, }: { folders?: string[]; moduleIds: string[]; }): RegExp; export declare const createReactNativeMatcher: ({ folders }: { folders?: string[] | undefined; }) => RegExp; export declare const createExpoMatcher: ({ folders }: { folders?: string[] | undefined; }) => RegExp; export declare const createKnownCommunityMatcher: ({ folders, moduleIds, }?: { folders?: string[] | undefined; moduleIds?: string[] | undefined; }) => RegExp;