ZipPlugin
Defined in: plugins/zip/plugin.ts:7
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ZipPlugin():
ZipPlugin
Returns
Section titled “Returns”ZipPlugin
Methods
Section titled “Methods”loadDataset()
Section titled “loadDataset()”loadDataset(
source):Promise<any>
Defined in: plugins/zip/plugin.ts:8
Parameters
Section titled “Parameters”source
Section titled “source”string
Returns
Section titled “Returns”Promise<any>
Implementation of
Section titled “Implementation of”saveDataset()
Section titled “saveDataset()”saveDataset(
dataset,options):Promise<undefined| {path:undefined; }>
Defined in: plugins/zip/plugin.ts:16
Parameters
Section titled “Parameters”dataset
Section titled “dataset”Dataset
options
Section titled “options”target
Section titled “target”string
withRemote?
Section titled “withRemote?”boolean
Returns
Section titled “Returns”Promise<undefined | { path: undefined; }>