jjmschofield/github-codeowners

View on GitHub
src/lib/ownership/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
export { OwnershipEngine } from './OwnershipEngine';
export { getOwnership } from './ownership';
export { validate } from './validate';
export { Matcher, FileOwnershipMatcher } from './types';