ZipPlugin
Defined in: plugins/zip/plugin.ts:5
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ZipPlugin():
ZipPlugin
Returns
Section titled “Returns”ZipPlugin
Methods
Section titled “Methods”loadPackage()
Section titled “loadPackage()”loadPackage(
source):Promise<any>
Defined in: plugins/zip/plugin.ts:6
Parameters
Section titled “Parameters”source
Section titled “source”string
Returns
Section titled “Returns”Promise<any>
Implementation of
Section titled “Implementation of”savePackage()
Section titled “savePackage()”savePackage(
dataPackage,options):Promise<undefined| {path:undefined; }>
Defined in: plugins/zip/plugin.ts:14
Parameters
Section titled “Parameters”dataPackage
Section titled “dataPackage”Package
options
Section titled “options”target
Section titled “target”string
withRemote?
Section titled “withRemote?”boolean
Returns
Section titled “Returns”Promise<undefined | { path: undefined; }>