@types/ember__destroyable
Advanced tools
Comparing version 3.22.1 to 3.22.2
@@ -5,3 +5,3 @@ // Type definitions for non-npm package @ember/destroyable 3.22 | ||
// Chris Krycho <https://github.com/chriskrycho> | ||
// Dan Freeman <https://github.com/dfreeman> | ||
// Krystan HuffMenne <https://github.com/gitKrystan> | ||
// James C. Davis <https://github.com/jamescdavis> | ||
@@ -24,9 +24,6 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export function registerDestructor<T extends object>( | ||
destroyable: T, | ||
destructor: (destroyable: T) => void | ||
destroyable: T, | ||
destructor: (destroyable: T) => void, | ||
): (destroyable: T) => void; | ||
export function unregisterDestructor<T extends object>( | ||
destroyable: T, | ||
destructor: (destroyable: T) => void | ||
): void; | ||
export function unregisterDestructor<T extends object>(destroyable: T, destructor: (destroyable: T) => void): void; |
{ | ||
"name": "@types/ember__destroyable", | ||
"version": "3.22.1", | ||
"version": "3.22.2", | ||
"description": "TypeScript definitions for @ember/destroyable", | ||
@@ -19,5 +19,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember__destroyable", | ||
{ | ||
"name": "Dan Freeman", | ||
"url": "https://github.com/dfreeman", | ||
"githubUsername": "dfreeman" | ||
"name": "Krystan HuffMenne", | ||
"url": "https://github.com/gitKrystan", | ||
"githubUsername": "gitKrystan" | ||
}, | ||
@@ -39,4 +39,4 @@ { | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "916a6fa998bd7a4ed6998302864fa287e90bb87888a07e3856258b4b7b991ca3", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "04e3007cdb868cf89b37a1bd7df586a1b79fb86eed7dd6e5df807f69731e276a", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -15,3 +15,3 @@ # Installation | ||
// Chris Krycho <https://github.com/chriskrycho> | ||
// Dan Freeman <https://github.com/dfreeman> | ||
// Krystan HuffMenne <https://github.com/gitKrystan> | ||
// James C. Davis <https://github.com/jamescdavis> | ||
@@ -34,10 +34,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export function registerDestructor<T extends object>( | ||
destroyable: T, | ||
destructor: (destroyable: T) => void | ||
destroyable: T, | ||
destructor: (destroyable: T) => void, | ||
): (destroyable: T) => void; | ||
export function unregisterDestructor<T extends object>( | ||
destroyable: T, | ||
destructor: (destroyable: T) => void | ||
): void; | ||
export function unregisterDestructor<T extends object>(destroyable: T, destructor: (destroyable: T) => void): void; | ||
@@ -47,3 +44,3 @@ ```` | ||
### Additional Details | ||
* Last updated: Fri, 21 Jan 2022 19:02:06 GMT | ||
* Last updated: Tue, 13 Jun 2023 20:03:07 GMT | ||
* Dependencies: none | ||
@@ -53,2 +50,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Mike North](https://github.com/mike-north), [Chris Krycho](https://github.com/chriskrycho), [Dan Freeman](https://github.com/dfreeman), and [James C. Davis](https://github.com/jamescdavis). | ||
These definitions were written by [Mike North](https://github.com/mike-north), [Chris Krycho](https://github.com/chriskrycho), [Krystan HuffMenne](https://github.com/gitKrystan), and [James C. Davis](https://github.com/jamescdavis). |
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
5547
19
48