@types/react-is-deprecated
Advanced tools
@@ -24,3 +24,3 @@ declare module "react-is-deprecated" { | ||
| oneOf(types: any[]): Requireable<any> & Deprecatable<any>; | ||
| oneOfType(types: Validator<any>[]): Requireable<any> & Deprecatable<any>; | ||
| oneOfType(types: Array<Validator<any>>): Requireable<any> & Deprecatable<any>; | ||
| arrayOf(type: Validator<any>): Requireable<any> & Deprecatable<any>; | ||
@@ -27,0 +27,0 @@ objectOf(type: Validator<any>): Requireable<any> & Deprecatable<any>; |
| { | ||
| "name": "@types/react-is-deprecated", | ||
| "version": "0.1.12", | ||
| "version": "0.1.13", | ||
| "description": "TypeScript definitions for react-is-deprecated", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-is-deprecated", | ||
| }, | ||
| "typesPublisherContentHash": "c04313f4156ff45a83f6d03e9ed27ee05a1e6c74e9641edf7cf3014cca2d45df", | ||
| "typesPublisherContentHash": "0a4b38f4a0dbce6f9e59bfa8b540c10698a34ade6684e5c4202af683e8b67d86", | ||
| "typeScriptVersion": "4.5" | ||
| } |
@@ -34,3 +34,3 @@ # Installation | ||
| oneOf(types: any[]): Requireable<any> & Deprecatable<any>; | ||
| oneOfType(types: Validator<any>[]): Requireable<any> & Deprecatable<any>; | ||
| oneOfType(types: Array<Validator<any>>): Requireable<any> & Deprecatable<any>; | ||
| arrayOf(type: Validator<any>): Requireable<any> & Deprecatable<any>; | ||
@@ -47,3 +47,3 @@ objectOf(type: Validator<any>): Requireable<any> & Deprecatable<any>; | ||
| ### Additional Details | ||
| * Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
| * Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
| * Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -50,0 +50,0 @@ |
5859
0.17%