mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
fix: fix typos
This commit is contained in:
2
types/node/index.d.ts
vendored
2
types/node/index.d.ts
vendored
@@ -6233,7 +6233,7 @@ declare module "util" {
|
||||
);
|
||||
decode(
|
||||
input?:
|
||||
| Int8Array
|
||||
Int8Array
|
||||
| Int16Array
|
||||
| Int32Array
|
||||
| Uint8Array
|
||||
|
||||
2
types/node/v8/index.d.ts
vendored
2
types/node/v8/index.d.ts
vendored
@@ -5588,7 +5588,7 @@ declare module "util" {
|
||||
);
|
||||
decode(
|
||||
input?:
|
||||
| Int8Array
|
||||
Int8Array
|
||||
| Int16Array
|
||||
| Int32Array
|
||||
| Uint8Array
|
||||
|
||||
2
types/node/v9/index.d.ts
vendored
2
types/node/v9/index.d.ts
vendored
@@ -5671,7 +5671,7 @@ declare module "util" {
|
||||
);
|
||||
decode(
|
||||
input?:
|
||||
| Int8Array
|
||||
Int8Array
|
||||
| Int16Array
|
||||
| Int32Array
|
||||
| Uint8Array
|
||||
|
||||
Reference in New Issue
Block a user