UNPKG

penguins-eggs

Version:

A remaster system tool, compatible with Almalinux, Alpine, Arch, Debian, Devuan, Fedora, Manjaro, Opensuse, Ubuntu and derivatives

9 lines (8 loc) 293 B
/** * src/classes/ovary.d/users-remove.ts * penguins-eggs v.25.7.x / ecmascript 2020 * REFACTORED: Uses "The SysUser Master" class. * Cleans up host users from the ISO filesystem safely. */ import Ovary from '../ovary.js'; export default function usersRemove(this: Ovary): Promise<void>;