codeowners icon indicating copy to clipboard operation
codeowners copied to clipboard

chore: export types to allow better lib usage

Open thomasnemer opened this issue 1 year ago • 0 comments

This PR intends to allow lib usage like this :

import { Codeowners, CodeownersFile } from 'codeowners';
codeowners = new Codeowners();

thomasnemer avatar Jan 10 '24 08:01 thomasnemer