UNPKG

penguins-eggs

Version:

A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others

19 lines (18 loc) 450 B
/** * ./src/classes/ovary.d/bind-live-fs.ts * penguins-eggs v.10.0.0 / ecmascript 2020 * author: Piero Proietti * email: piero.proietti@gmail.com * license: MIT */ import Ovary from '../ovary.js'; /** * Esegue il bind del filesystem live e * crea lo script bind */ export declare function bindLiveFs(this: Ovary): Promise<void>; /** * ubind del fs live * @param verbose */ export declare function uBindLiveFs(this: Ovary): Promise<void>;