UNPKG

create-expo-cljs-app

Version:

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

3 lines (2 loc) 132 B
import type { Token } from "../parser/tokenizer"; export default function formatTokens(code: string, tokens: Array<Token>): string;