mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
export { extractPackageFile } from './extract';
|
|
export { updateDependency } from './update';
|
|
|
|
export const language = 'js';
|