Explorar o código

Merge pull request #18173 from OndrejSpanel/prPolyfillUnion

Do not start a union type with |
Michael Herzog %!s(int64=5) %!d(string=hai) anos
pai
achega
99b8caf90f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/polyfills.d.ts

+ 1 - 1
src/polyfills.d.ts

@@ -5,7 +5,7 @@ export function log( message?: any, ...optionalParams: any[] ): void;
 
 // typed array parameters
 export type TypedArray =
-	| Int8Array
+	Int8Array
 	| Uint8Array
 	| Uint8ClampedArray
 	| Int16Array