Skip to content

Commit

Permalink
chore: add triple-slash ref to asynciterable
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Oct 8, 2020
1 parent a331e11 commit b11855d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/internal/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @prettier */

// https://github.com/microsoft/TypeScript/issues/40462#issuecomment-689879308
/// <reference lib="esnext.asynciterable" />

import { Observable } from './Observable';
import { Subscription } from './Subscription';

Expand Down

0 comments on commit b11855d

Please sign in to comment.