@types/page
Advanced tools
Comparing version 1.11.4 to 1.11.5
@@ -318,4 +318,14 @@ // Type definitions for page 1.11 | ||
declare module "page" { | ||
declare module 'page' { | ||
const page: PageJS.Static; | ||
type Callback = PageJS.Callback; | ||
type Context = PageJS.Context; | ||
type Options = PageJS.Options; | ||
type Route = PageJS.Route; | ||
type RouteOptions = PageJS.RouteOptions; | ||
type Static = PageJS.Static; | ||
export { Callback, Context, Options, Route, RouteOptions, Static }; | ||
export default page; | ||
@@ -322,0 +332,0 @@ } |
{ | ||
"name": "@types/page", | ||
"version": "1.11.4", | ||
"version": "1.11.5", | ||
"description": "TypeScript definitions for page", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/page", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4e2734b56d7616a7b7f5a90a6bec07d712825b15d9be4bcd1f8804a990b6d353", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "e3dc7e00b0fc61c74a77fc6dd6a8078481614cc75174fcd43f5d5ac4c89e7db5", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 17 Aug 2021 17:01:24 GMT | ||
* Last updated: Mon, 20 Sep 2021 06:01:23 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
14286
318