UNPKG

create-expo-module

Version:

The script to create the Expo module

9 lines (8 loc) 244 B
/** * Finds user's name by reading it from the git config. */ export declare function findMyName(): Promise<string>; /** * Finds user's email by reading it from the git config. */ export declare function findGitHubEmail(): Promise<string>;