@drovp/types
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -397,4 +397,11 @@ /** | ||
listDetails?: boolean; | ||
onStdout?: (data: Buffer) => void; | ||
onStderr?: (data: Buffer) => void; | ||
} | ||
export interface ExtractOptions { | ||
listRecursive?: boolean; | ||
listDetails?: boolean; | ||
} | ||
interface Extract { | ||
@@ -401,0 +408,0 @@ (archivePath: string, destinationPath: string, options?: ExtractOptions & {listDetails: true}): Promise< |
{ | ||
"name": "@drovp/types", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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
19701
513