@types/scrollparent
Advanced tools
Comparing version 2.0.0 to 2.0.1
// Type definitions for scrollparent 2.0 | ||
// Project: https://github.com/olahol/scrollparent.js#readme | ||
// Definitions by: Sintifo <https://github.com/Sintifo> | ||
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@types/scrollparent", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for scrollparent", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollparent", | ||
"license": "MIT", | ||
"contributors": [ | ||
{ | ||
"name": "Sintifo", | ||
"url": "https://github.com/Sintifo", | ||
"githubUsername": "Sintifo" | ||
"name": "DefinitelyTyped", | ||
"url": "https://github.com/DefinitelyTyped", | ||
"githubUsername": "DefinitelyTyped" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -22,4 +23,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b06d7df5fec419bfa1cf804b520c713ac7ad9920d572b2c137f7521dbb0fe9db", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "39e722faa48772dc52a24c62982dd8c44fc519cedbc6e714f70798d343899d2f", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -5,9 +5,21 @@ # Installation | ||
# Summary | ||
This package contains type definitions for scrollparent ( https://github.com/olahol/scrollparent.js#readme ). | ||
This package contains type definitions for scrollparent (https://github.com/olahol/scrollparent.js#readme). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollparent | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollparent. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollparent/index.d.ts) | ||
````ts | ||
// Type definitions for scrollparent 2.0 | ||
// Project: https://github.com/olahol/scrollparent.js#readme | ||
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
Additional Details | ||
* Last updated: Thu, 28 Feb 2019 21:50:54 GMT | ||
declare function scrollparent(node: HTMLElement | SVGElement): HTMLElement | null; | ||
export = scrollparent; | ||
```` | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:35:48 GMT | ||
* Dependencies: none | ||
@@ -17,2 +29,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Sintifo <https://github.com/Sintifo>. | ||
These definitions were written by [DefinitelyTyped](https://github.com/DefinitelyTyped). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3317
0
29