@types/express-brute-mongo
TypeScript icon, indicating that this package has built-in type declarations

0.0.39 • Public • Published

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

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: Tue, 07 Nov 2023 03:09:36 GMT
  • Dependencies: @types/mongodb

Credits

These definitions were written by Cyril Schumacher.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/express-brute-mongo

Weekly Downloads

6

Version

0.0.39

License

MIT

Unpacked Size

3.2 kB

Total Files

5

Last publish

Collaborators

  • types