yeet
This commit is contained in:
8
node_modules/@expo/configure-splash-screen/build/android/Paths.d.ts
generated
vendored
Normal file
8
node_modules/@expo/configure-splash-screen/build/android/Paths.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
export interface ProjectFile<L extends string = string> {
|
||||
path: string;
|
||||
language: L;
|
||||
contents: string;
|
||||
}
|
||||
export declare function assert(value: any, message?: string | Error): asserts value;
|
||||
export declare type ApplicationProjectFile = ProjectFile<'java' | 'kt'>;
|
||||
export declare function getMainActivityAsync(projectRoot: string): Promise<ApplicationProjectFile>;
|
Reference in New Issue
Block a user