UNPKG

@netlify/zip-it-and-ship-it

Version:
10 lines (9 loc) 291 B
import type { Stats } from 'fs'; import { Runtime } from './runtimes/runtime.js'; export declare const zipBinary: ({ destPath, filename, runtime, srcPath, stat, }: { destPath: string; filename: string; runtime: Runtime; srcPath: string; stat: Stats; }) => Promise<void>;