deprank icon indicating copy to clipboard operation
deprank copied to clipboard

Use PageRank to find the most important files in your codebase.

Results 2 deprank issues
Sort by recently updated
recently updated
newest added

I'm using sequelize and I have a `models/index.js` which does this: ``` import { Car } from './car.js' import { Bike } from './bike.js' // ... defining sequelize relations here...