UNPKG

@devtion/actions

Version:
10 lines 776 B
/** * This function will check if the user is reputable enough to be able to use the app * @param userLogin <string> The username of the user * @param minimumAmountOfFollowing <number> The minimum amount of following the user should have * @param minimumAmountOfFollowers <number> The minimum amount of followers the user should have * @param minimumAmountOfPublicRepos <number> The minimum amount of public repos the user should have * @returns <any> Return the avatar URL of the user if the user is reputable, false otherwise */ export declare const githubReputation: (userLogin: string, minimumAmountOfFollowing: number, minimumAmountOfFollowers: number, minimumAmountOfPublicRepos: number, minimumAge: number) => Promise<any>; //# sourceMappingURL=security.d.ts.map