UNPKG

fast-extract

Version:

Extract contents from various archive types (tar, tar.bz2, tar.gz, tar.xz, tgz, zip)

3 lines (2 loc) 150 B
import type { Options, Source } from '../types.js'; export default function getBasename(source: Source, options: Options, endpoint?: string): string;