From a7a94fc20dd7616abda1306b0cdcc637cf41dd69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=B9=8F=E6=B3=A2?= Date: Fri, 11 Jan 2019 16:35:53 +0800 Subject: [PATCH] add TS version in header --- types/weapp-api/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/weapp-api/index.d.ts b/types/weapp-api/index.d.ts index 3bc0200fa6..6c2b4d8ec0 100644 --- a/types/weapp-api/index.d.ts +++ b/types/weapp-api/index.d.ts @@ -3,6 +3,7 @@ // Definitions by: vargeek // pbestz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.2 declare namespace wx { // import startPullDownRefresh = swan.startPullDownRefresh;