UNPKG

@kintone/plugin-packer

Version:

Package your kintone plugin with pure JavaScript

5 lines (4 loc) 131 B
/** * Create a zipped contents */ export declare const createContentsZip: (pluginDir: string, manifest: any) => Promise<Buffer>;