mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
chore: remove ts version statements
This commit is contained in:
1
types/node/index.d.ts
vendored
1
types/node/index.d.ts
vendored
@@ -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;
|
||||
|
||||
2
types/node/v9/index.d.ts
vendored
2
types/node/v9/index.d.ts
vendored
@@ -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