UNPKG

depdrift

Version:

A tool to analyze dependency drift in JavaScript projects

12 lines (9 loc) 221 B
/** * Utils module index * Exports utility functions and modules used throughout the application */ // Export all modules from utils directory const reporter = require('./reporter'); module.exports = { reporter };