Skip to content

Commit

Permalink
feat(node): v13 (#40927)
Browse files Browse the repository at this point in the history
* feat(node): v13

* feat(node): v13.2
  • Loading branch information
SimonSchick authored and andrewbranch committed Dec 23, 2019
1 parent cf32683 commit c70b1d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types/keyv/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
// Definitions by: AryloYeung <https://github.com/Arylo>
// BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 2.8

/// <reference types="node" />
import { EventEmitter } from 'events';

declare class Keyv<TValue = any> extends NodeJS.EventEmitter {
declare class Keyv<TValue = any> extends EventEmitter {
/**
* @param opts The options object is also passed through to the storage adapter. Check your storage adapter docs for any extra options.
*/
Expand Down

0 comments on commit c70b1d8

Please sign in to comment.