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;