0.10.6 • Published 6 months ago

@types/mongoose-autopopulate v0.10.6

Weekly downloads
3,736
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/mongoose-autopopulate

Summary

This package contains type definitions for mongoose-autopopulate (https://github.com/mongodb-js/mongoose-autopopulate).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongoose-autopopulate.

index.d.ts

// Type definitions for mongoose-autopopulate 0.10
// Project: https://github.com/mongodb-js/mongoose-autopopulate
// Definitions by: Ranjit Singh <https://github.com/rann91>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.1

import { Schema } from 'mongoose';

declare function mongooseAutoPopulate(schema: Schema): void;

export default mongooseAutoPopulate;

Additional Details

  • Last updated: Sun, 24 Apr 2022 14:31:47 GMT
  • Dependencies: @types/mongoose
  • Global values: none

Credits

These definitions were written by Ranjit Singh.

0.10.4

8 months ago

0.10.5

7 months ago

0.10.6

6 months ago

0.10.3

2 years ago

0.10.2

3 years ago

0.10.1

4 years ago

0.10.0

4 years ago