@types/page
Advanced tools
Comparing version 1.11.6 to 1.11.7
@@ -99,3 +99,2 @@ // Type definitions for page 1.11 | ||
* page('/default'); | ||
* | ||
*/ | ||
@@ -105,3 +104,2 @@ redirect(page: string): void; | ||
* Replace `path` with optional `state` object. | ||
* | ||
*/ | ||
@@ -201,3 +199,3 @@ replace(path: string, state?: any, init?: boolean, dispatch?: boolean): Context; | ||
*/ | ||
new (path: string, options?: RouteOptions): Route; | ||
new(path: string, options?: RouteOptions): Route; | ||
/** | ||
@@ -268,3 +266,3 @@ * Return route middleware with the given callback `fn()`. | ||
*/ | ||
new (path: string, state?: any): Context; | ||
new(path: string, state?: any): Context; | ||
[idx: string]: any; | ||
@@ -318,3 +316,3 @@ /** | ||
declare module 'page' { | ||
declare module "page" { | ||
const page: PageJS.Static; | ||
@@ -321,0 +319,0 @@ |
{ | ||
"name": "@types/page", | ||
"version": "1.11.6", | ||
"version": "1.11.7", | ||
"description": "TypeScript definitions for page", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/page", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "11a168a72c9989ff9dbbb8a641ca77e4fd1c893e4389532fecbae8305065931d", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "0102f741eef3dc55d1a1bd0e21162f3623fabc180cc909dfabc668ed327110fd", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 29 Apr 2023 04:03:41 GMT | ||
* Last updated: Sun, 24 Sep 2023 06:37:27 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `page` |
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
14158
312