mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
chore: remove ts version statements
This commit is contained in:
Vendored
-1
@@ -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;
|
||||
|
||||
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user