UNPKG

create-expo-cljs-app

Version:

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

6 lines (5 loc) 333 B
import type Settings from '../settings'; import type { Entry } from '../types'; export declare function read(directory: string, settings: Settings): Entry[]; export declare function readdirWithFileTypes(directory: string, settings: Settings): Entry[]; export declare function readdir(directory: string, settings: Settings): Entry[];