0.0.39 • Published 2 years ago

@types/express-brute-mongo v0.0.39

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

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.36

4 years ago

0.0.35

7 years ago

0.0.34

8 years ago

0.0.33

8 years ago

0.0.32

8 years ago

0.0.31

8 years ago

0.0.30

9 years ago

0.0.29

9 years ago

0.0.28-alpha

9 years ago

0.0.27-alpha

9 years ago

0.0.26-alpha

9 years ago

0.0.25-alpha

9 years ago

0.0.24-alpha

9 years ago

0.0.23-alpha

9 years ago

0.0.22-alpha

9 years ago

0.0.17-alpha

9 years ago

0.0.16-alpha

9 years ago