UNPKG

create-expo-cljs-app

Version:

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

6 lines (5 loc) 226 B
import type { Token } from "../parser/tokenizer"; /** * Get all identifier names in the code, in order, including duplicates. */ export default function getIdentifierNames(code: string, tokens: Array<Token>): Array<string>;