suf-node
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

SUF Node

I:\GitHub\suf-node\lib\consoleUtils.d.ts

readConsole
function readConsole(): Promise<string>;
getYNAnswer
function getYNAnswer(defaultAnswer?: boolean): Promise<boolean>;

I:\GitHub\suf-node\lib\fsUtils.d.ts

Walk
function Walk(dir: string): Promise<string[]>;
Exits
function Exits(path: string): Promise<boolean>;

I:\GitHub\suf-node\lib\execUtils.d.ts

ExecOptions
interface ExecOptions {
    linkStdout?: boolean;
}
ExecOut
interface ExecOut {
    stdout: string;
    stderr: string;
}
Exec
function Exec(command: string, options?: ExecOptions): Promise<ExecOut>;

Generated with suf-cli

Copyright (c) 2020 Leonard Grosoli Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i suf-node

Weekly Downloads

14

Version

1.3.3

License

MIT

Unpacked Size

7.26 kB

Total Files

11

Last publish

Collaborators

  • the_real_syler