IOweb/node_modules/@iconify/tools/lib/download/helpers/untar.d.mts
2026-07-03 15:07:38 -05:00

6 lines
117 B
TypeScript

/**
* Unpack .tgz archive
*/
declare function untar(file: string, path: string): Promise<void>;
export { untar };