UNPKG

codeowners-api

Version:

Simple module to interact with github codeowners

4 lines (3 loc) 163 B
import { MappedData } from '../types'; declare const hasMatch: (mappedFile: MappedData[], codeOwners: string[], path: string) => boolean; export default hasMatch;