Type alias ReadDirOptions

ReadDirOptions: BufferEncoding | {
    encoding: BufferEncoding;
    withFileTypes?: false;
}

Generated using TypeDoc