UNPKG

codeowners-api

Version:

Simple module to interact with github codeowners

9 lines (8 loc) 151 B
export declare type RepoInfo = { repo: string; owner: string; }; export declare type MappedData = { path: string; owners: string[]; };