penguins-eggs
Version:
A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others
21 lines (20 loc) • 464 B
TypeScript
/**
* ./src/classes/incubation/fisherman-helper/packages.ts
* penguins-eggs v.10.0.0 / ecmascript 2020
* author: Piero Proietti
* email: piero.proietti@gmail.com
* license: MIT
*/
import { IDistro } from '../../../interfaces/index.js';
/**
*
* @param distro
* @returns yaml-string
*/
export declare function remove(distro: IDistro): string;
/**
*
* @param distro
* @returns yaml-string
*/
export declare function tryInstall(distro: IDistro): string;