Variable Mongoose

Mongoose: (new (options?) => mongoose)

Type declaration

    • new (options?): mongoose
    • Mongoose constructor. The exports object of the mongoose module is an instance of this class. Most apps will only use this one instance.

      Parameters

      Returns mongoose

Generated using TypeDoc