From 959684a07cabd270e88b6d24f525547847ab6228 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 Closes #5708 --- src/internal/types.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/internal/types.ts b/src/internal/types.ts index 8e685c1b41..ab9c284545 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';