mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
fix: fix ts version
This commit is contained in:
Vendored
+1
@@ -6222,6 +6222,7 @@ 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