From bff2b14e8d8280ef4eff56a286f4a247f3dfdeae Mon Sep 17 00:00:00 2001 From: yuche Date: Mon, 3 Dec 2018 11:35:05 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(types):=20=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E5=BC=95=E7=94=A8=EF=BC=8C?= =?UTF-8?q?close=20#1326"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1d0efe309c0715c4b6b829e6b9fa9675ebca26de. --- packages/taro/types/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/taro/types/index.d.ts b/packages/taro/types/index.d.ts index 7624209a22f2..206e0118a727 100644 --- a/packages/taro/types/index.d.ts +++ b/packages/taro/types/index.d.ts @@ -1,3 +1,5 @@ +import { buffer } from "rxjs/operators"; + export = Taro; export as namespace Taro;