UNPKG

oclif

Version:

oclif: create your own CLI

10 lines (9 loc) 258 B
import { BuildConfig } from './tarballs'; export declare const appendToIndex: (input: { dryRun?: boolean; filename: string; maxAge: string; originalUrl: string; s3Config: BuildConfig["s3Config"]; version: string; }) => Promise<void>;