mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
bf2c0693ac
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
import type { ManagerApi } from '../types';
|
|
import * as regex from './regex';
|
|
|
|
const api = new Map<string, ManagerApi>();
|
|
export default api;
|
|
|
|
api.set('regex', regex);
|