DefinitelyTyped/types/mongoose-deep-populate/index.d.ts
2019-08-08 08:35:45 -07:00

10 lines
412 B
TypeScript

// Type definitions for mongoose-deep-populate 2.0.3
// Project: https://github.com/buunguyen/mongoose-deep-populate
// Definitions by: Aya Morisawa <https://github.com/AyaMorisawa>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import { Mongoose, Schema } from 'mongoose';
export default function (mongoose: Mongoose): (schema: Schema, options: Object) => void;