@types/react-native
Advanced tools
Comparing version 0.70.17 to 0.70.18
declare module "react-native/Libraries/Utilities/codegenNativeCommands" { | ||
export interface Options<T extends string> { | ||
readonly supportedCommands: ReadonlyArray<T>; | ||
readonly supportedCommands: readonly T[]; | ||
} | ||
@@ -50,3 +50,3 @@ | ||
type DefaultTypes = number | boolean | string | ReadonlyArray<string>; | ||
type DefaultTypes = number | boolean | string | readonly string[]; | ||
// Default handling, ignore the unused value | ||
@@ -53,0 +53,0 @@ // we're only using it for type checking |
@@ -19,3 +19,3 @@ declare module "react-native/Libraries/Core/Devtools/parseErrorStack" { | ||
export default function symbolicateStackTrace(stack: ReadonlyArray<StackFrame>): Promise<StackFrame[]>; | ||
export default function symbolicateStackTrace(stack: readonly StackFrame[]): Promise<StackFrame[]>; | ||
} |
@@ -79,4 +79,4 @@ /* | ||
append(name: string, value: any): void; | ||
getAll(): Array<FormDataValue>; | ||
getParts(): Array<FormDataPart>; | ||
getAll(): FormDataValue[]; | ||
getParts(): FormDataPart[]; | ||
} | ||
@@ -83,0 +83,0 @@ |
{ | ||
"name": "@types/react-native", | ||
"version": "0.70.17", | ||
"version": "0.70.18", | ||
"description": "TypeScript definitions for react-native", | ||
@@ -235,4 +235,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native", | ||
}, | ||
"typesPublisherContentHash": "6cc3805c03733d92d74ce3a372c2c1f50fe62cae3af418f720699a9b09d137a1", | ||
"typesPublisherContentHash": "cb68f0693bef0555e87af89dfd54266adea7f5f7947415696ff8b2d1c7336975", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
388316
9350