@drovp/types
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -407,6 +407,6 @@ /** | ||
interface Extract { | ||
(archivePath: string, destinationPath: string, options?: ExtractOptions & {listDetails: true}): Promise< | ||
(archivePath: string, destinationPath: string, options: ExtractOptions & {listDetails: true}): Promise< | ||
ExtractListDetailItem[] | ||
>; | ||
(archivePath: string, options?: ExtractOptions & {listDetails: true}): Promise<ExtractListDetailItem[]>; | ||
(archivePath: string, options: ExtractOptions & {listDetails: true}): Promise<ExtractListDetailItem[]>; | ||
(archivePath: string, destinationPath: string, options?: ExtractOptions & {listDetails?: false}): Promise<string[]>; | ||
@@ -413,0 +413,0 @@ (archivePath: string, options?: ExtractOptions & {listDetails?: false}): Promise<string[]>; |
{ | ||
"name": "@drovp/types", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Drovp plugin API definitions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
19699