Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

5 lines
212 B
TypeScript

/**
* Reads the AndroidManifest.xml file and returns the name of the main activity.
*/
export default function getMainActivity(manifestPath: string): string | null;
//# sourceMappingURL=getMainActivity.d.ts.map