UNPKG

@modyo/cli

Version:

Modyo CLI Command line to expose local development tools

5 lines (4 loc) 159 B
export default function prepareZipFiles(buildDirectory: string, html: string, zipDir?: string): Promise<{ zipDirPath: string; zipFilePath: string; }>;