UNPKG

zip-build

Version:

Node package to zip your build directory and name it according to your package.json name and version.

4 lines (3 loc) 214 B
/// <reference types="node" /> import { ZipBuildFormat } from './@types/ZipBuildFormat'; export default function generateFilename(template: string, extension: ZipBuildFormat, osPlatform?: NodeJS.Platform): string;