fix: fix ts version

This commit is contained in:
islishude
2018-05-13 20:32:31 +08:00
parent 58379cb180
commit fc2b440fc8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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;
+1 -1
View File
@@ -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;