Skip to content

Commit

Permalink
style(typescript): disable lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 1, 2019
1 parent 98bbc50 commit 6f8eff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/// <reference types="node" />
// TypeScript Version: 3.6

/* tslint:disable:strict-export-declare-modifiers */

import { KeyObject, PrivateKeyInput, PublicKeyInput } from 'crypto';

export type use = 'sig' | 'enc';
Expand Down

0 comments on commit 6f8eff0

Please sign in to comment.