UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

4 lines 236 B
/** Middleware for creating an entry file in the project. */ export declare function createEntryFileAsync(): Promise<Response> | undefined; export declare function getAbsolutePath(): string; //# sourceMappingURL=createEntryFile.d.ts.map