penguins-eggs
Version:
A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others
16 lines (15 loc) • 462 B
TypeScript
/**
* ./src/krill/modules/mkfs.ts
* penguins-eggs v.10.0.0 / ecmascript 2020
* author: Piero Proietti
* email: piero.proietti@gmail.com
* license: MIT
* https://stackoverflow.com/questions/23876782/how-do-i-split-a-typescript-class-into-multiple-files
*/
import Sequence from '../../classes/sequence.js';
/**
* mkfs
*
* mke2fs - create an ext2/ext3/ext4 file system -F force, -t type
*/
export default function mkfs(this: Sequence): Promise<boolean>;