不要怂,就是干,撸起袖子干!

Commit daf46be0 by Jan Aagaard Meier Committed by GitHub

[ci skip] Remove utils from API docs. Closes #5992

1 parent 47b3f61e
Showing with 0 additions and 6 deletions
......@@ -1200,12 +1200,6 @@ Sequelize.options = {hooks: {}};
Sequelize.prototype.Sequelize = Sequelize;
/**
* A reference to sequelize utilities. Most users will not need to use these utils directly. However, you might want to use `Sequelize.Utils._`, which is a reference to the lodash library, if you don't already have it imported in your project.
* @property Utils
*/
Sequelize.prototype.Utils = Sequelize.Utils = Utils;
/**
* A handy reference to the bluebird Promise class
* @property Promise
*/
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!