From b11855d4e0e84bc22b09d1066439d2cc1e78a018 Mon Sep 17 00:00:00 2001 From: Nicholas Jamieson Date: Thu, 8 Oct 2020 13:39:22 +1000 Subject: [PATCH] chore: add triple-slash ref to asynciterable --- src/internal/types.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/internal/types.ts b/src/internal/types.ts index 8e685c1b41b..ab9c284545e 100644 --- a/src/internal/types.ts +++ b/src/internal/types.ts @@ -1,4 +1,8 @@ /** @prettier */ + +// https://github.com/microsoft/TypeScript/issues/40462#issuecomment-689879308 +/// + import { Observable } from './Observable'; import { Subscription } from './Subscription';