Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Optional configuration for NodeFiles.

    0.2.0

    interface Args {
        argsRecursive: true;
        copyFile: CopyFileArgs;
        readDir: ReadDirArgs;
        readFile: ReadFileArgs;
        root: string;
        write: WriteFileArgs;
    }

    Hierarchy (View Summary)

    Index

    Properties

    argsRecursive: true

    Whether the arguments should be merged recursively.

    copyFile: CopyFileArgs

    Default configuration for NodeFiles.copy.

    2.0.0-alpha — Renamed to copyFile from copyFileArgs.

    readDir: ReadDirArgs

    Default configuration for NodeFiles.readDir.

    2.0.0-alpha — Renamed to readDir from readDirArgs.

    readFile: ReadFileArgs

    Default configuration for NodeFiles.readFile.

    2.0.0-alpha — Renamed to readFile from readFileArgs.

    root: string

    Path to the root directory (relative to node's cwd).

    './'
    

    Default configuration for NodeFiles.write.

    2.0.0-alpha — Renamed to write from writeArgs.