5.0.38 • Published 2 years ago

@types/mongoose-auto-increment v5.0.38

Weekly downloads
1,274
License
MIT
Repository
github
Last release
2 years 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

2 years ago

5.0.37

2 years ago

5.0.38

2 years ago

5.0.35

3 years ago

5.0.34

4 years ago

5.0.33

5 years ago

5.0.32

6 years ago

5.0.31

6 years ago

5.0.30

8 years ago

5.0.29

9 years ago

5.0.28

9 years ago

5.0.27-alpha

9 years ago

5.0.26-alpha

9 years ago

5.0.25-alpha

9 years ago

5.0.24-alpha

9 years ago

5.0.23-alpha

9 years ago

5.0.22-alpha

9 years ago

5.0.21-alpha

9 years ago

5.0.16-alpha

9 years ago

5.0.15-alpha

9 years ago