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