UNPKG

create-expo-cljs-app

Version:

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

7 lines (6 loc) 167 B
export default abstract class Transformer { abstract process(): boolean; getPrefixCode(): string; getHoistedCode(): string; getSuffixCode(): string; }