UNPKG

codeowners-api

Version:

Simple module to interact with github codeowners

8 lines (7 loc) 221 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } exports.__esModule = true; __export(require("./codeownerLocator")); __export(require("./getUserTeamsNames"));