@hazae41/disposer
Advanced tools
Comparing version 2.0.14 to 2.0.15
@@ -6,3 +6,3 @@ declare class Disposer<T> implements Disposable { | ||
static from<T>(disposable: T & Disposable): Disposer<T & Disposable>; | ||
static await<T>(this: Disposer<PromiseLike<T>>): Promise<void>; | ||
await<T>(this: Disposer<PromiseLike<T>>): Promise<void>; | ||
[Symbol.dispose](): void; | ||
@@ -17,3 +17,3 @@ dispose(): void; | ||
static from<T>(disposable: T & AsyncDisposable): AsyncDisposer<T & AsyncDisposable>; | ||
static await<T>(this: AsyncDisposer<PromiseLike<T>>): Promise<void>; | ||
await<T>(this: AsyncDisposer<PromiseLike<T>>): Promise<void>; | ||
[Symbol.asyncDispose](): Promise<void>; | ||
@@ -20,0 +20,0 @@ dispose(): Promise<void>; |
{ | ||
"type": "module", | ||
"name": "@hazae41/disposer", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "Helpers for Disposable", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/hazae41/disposer", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
12025