UNPKG

@pnpm/tarball-fetcher

Version:
8 lines (7 loc) 352 B
import { type FetchFunction } from '@pnpm/fetcher-base'; export interface CreateGitHostedTarballFetcher { ignoreScripts?: boolean; rawConfig: Record<string, unknown>; unsafePerm?: boolean; } export declare function createGitHostedTarballFetcher(fetchRemoteTarball: FetchFunction, fetcherOpts: CreateGitHostedTarballFetcher): FetchFunction;