UNPKG

codeowners-api

Version:

Simple module to interact with github codeowners

3 lines (2 loc) 120 B
import * as octokit from '@octokit/rest'; export declare const getUserTeamsNames: (auth: octokit.Auth) => Promise<any>;