0.0.39 • Published 6 months ago

@types/express-brute-mongo v0.0.39

Weekly downloads
12
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/express-brute-mongo

Summary

This package contains type definitions for express-brute-mongo (https://github.com/auth0/express-brute-mongo).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-brute-mongo.

index.d.ts

// Type definitions for express-brute-mongo
// Project: https://github.com/auth0/express-brute-mongo
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

import { Collection } from "mongodb";

/**
 * @summary MongoDB store adapter.
 */
declare class MongoStore {
    constructor(getCollection: (collection: (c: Collection) => void) => void, options?: Object);
}
export = MongoStore;

Additional Details

  • Last updated: Mon, 26 Jul 2021 20:31:28 GMT
  • Dependencies: @types/mongodb
  • Global values: none

Credits

These definitions were written by Cyril Schumacher.

0.0.37

8 months ago

0.0.38

7 months ago

0.0.39

6 months ago

0.0.36

3 years ago

0.0.35

6 years ago

0.0.34

7 years ago

0.0.33

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28-alpha

8 years ago

0.0.27-alpha

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.17-alpha

8 years ago

0.0.16-alpha

8 years ago