@alloc/types
Advanced tools
Comparing version 1.2.6 to 1.3.0
@@ -83,1 +83,6 @@ export * from './react' | ||
: never | ||
/** An object that needs to be manually disposed of */ | ||
export interface Disposable { | ||
dispose(): void | ||
} |
{ | ||
"name": "@alloc/types", | ||
"version": "1.2.6", | ||
"version": "1.3.0", | ||
"types": "index.d.ts", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
4980
87