Skip to content

Commit

Permalink
Remove DOM lib reference in TypeScript types
Browse files Browse the repository at this point in the history
PR-URL: #247
Credit: @valeriangalliat
Close: #247
Reviewed-by: @isaacs
  • Loading branch information
valeriangalliat authored and isaacs committed Aug 2, 2022
1 parent 19bbe0c commit 749c94f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.d.ts
Expand Up @@ -31,7 +31,6 @@
// Changes by Isaac Z. Schlueter released under the terms found in the
// LICENSE file within this project.

/// <reference lib="DOM" />
//tslint:disable:member-access
declare class LRUCache<K, V> implements Iterable<[K, V]> {
constructor(options: LRUCache.Options<K, V>)
Expand Down

0 comments on commit 749c94f

Please sign in to comment.