@types/pulltorefreshjs
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -6,6 +6,11 @@ // Type definitions for pulltorefreshjs 0.1 | ||
// Samuel Bodin <https://github.com/bodinsamuel> | ||
// Stefan Langeder <https://github.com/slangeder> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export function init(options?: Options): void; | ||
export function init(options?: Options): PullToRefreshInstance; | ||
export interface PullToRefreshInstance { | ||
destroy(): void; | ||
} | ||
export function destroyAll(): void; | ||
@@ -12,0 +17,0 @@ |
{ | ||
"name": "@types/pulltorefreshjs", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "TypeScript definitions for pulltorefreshjs", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "bodinsamuel" | ||
}, | ||
{ | ||
"name": "Stefan Langeder", | ||
"url": "https://github.com/slangeder", | ||
"githubUsername": "slangeder" | ||
} | ||
@@ -33,4 +38,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8cfdea23ba6e6abcb474ac1908925563a03ad7e682818eb363ed7b928724517b", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "9f8f2de6ead4213417411aa453b3ce35dd1802c107208fc6393dbe7c95ed091d", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 11 Feb 2020 17:07:15 GMT | ||
* Last updated: Thu, 19 Nov 2020 19:07:50 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `PullToRefresh` | ||
# Credits | ||
These definitions were written by Daniel Rosenwasser (https://github.com/DanielRosenwasser), Tamas Kinsztler (https://github.com/humpedli), and Samuel Bodin (https://github.com/bodinsamuel). | ||
These definitions were written by [Daniel Rosenwasser](https://github.com/DanielRosenwasser), [Tamas Kinsztler](https://github.com/humpedli), [Samuel Bodin](https://github.com/bodinsamuel), and [Stefan Langeder](https://github.com/slangeder). |
Sorry, the diff of this file is not supported yet
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
6714
124