From ee6b647dbb7c2601fa25f5a4a11b2df58cd9e3fa Mon Sep 17 00:00:00 2001 From: islishude Date: Mon, 14 May 2018 21:15:04 +0800 Subject: [PATCH] chore: remove ts version statements --- types/node/index.d.ts | 1 - types/node/v9/index.d.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/types/node/index.d.ts b/types/node/index.d.ts index 96416a4529..64834338b8 100644 --- a/types/node/index.d.ts +++ b/types/node/index.d.ts @@ -6222,7 +6222,6 @@ declare module "util" { export function isWebAssemblyCompiledModule(object: any): boolean; } - // TypeScript Version: 2.1 export class TextDecoder { readonly encoding: string; readonly fatal: boolean; diff --git a/types/node/v9/index.d.ts b/types/node/v9/index.d.ts index cd8d58c6b9..e7112daa25 100644 --- a/types/node/v9/index.d.ts +++ b/types/node/v9/index.d.ts @@ -5660,7 +5660,7 @@ declare module "util" { export namespace promisify { const custom: symbol; } - // TypeScript Version: 2.1 + export class TextDecoder { readonly encoding: string; readonly fatal: boolean;