5.0.38 • Published 6 months ago

@types/mongoose-auto-increment v5.0.38

Weekly downloads
1,274
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/mongoose-auto-increment

Summary

This package contains type definitions for mongoose-auto-increment (https://github.com/codetunnel/mongoose-auto-increment).

Details

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

index.d.ts

// Type definitions for mongoose-auto-increment 5.0.1
// Project: https://github.com/codetunnel/mongoose-auto-increment
// Definitions by: Aya Morisawa <https://github.com/AyaMorisawa>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.1

import { Connection, Schema, Mongoose } from 'mongoose';

/**
 * Initialize plugin by creating counter collection in database.
 */
declare function initialize(connection: Connection): void;

/**
 * The function to use when invoking the plugin on a custom schema.
 */
declare function plugin(schema: Schema, options: Object): void;

Additional Details

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

Credits

These definitions were written by Aya Morisawa.

5.0.36

8 months ago

5.0.37

7 months ago

5.0.38

6 months ago

5.0.35

2 years ago

5.0.34

3 years ago

5.0.33

4 years ago

5.0.32

5 years ago

5.0.31

5 years ago

5.0.30

7 years ago

5.0.29

8 years ago

5.0.28

8 years ago

5.0.27-alpha

8 years ago

5.0.26-alpha

8 years ago

5.0.25-alpha

8 years ago

5.0.24-alpha

8 years ago

5.0.23-alpha

8 years ago

5.0.22-alpha

8 years ago

5.0.21-alpha

8 years ago

5.0.16-alpha

8 years ago

5.0.15-alpha

8 years ago