RealFS

io.github.edadma.apion.RealFS
object RealFS extends FSInterface

Attributes

Graph
Supertypes
trait FSInterface
class Object
trait Matchable
class Any
Self type
RealFS.type

Members list

Value members

Concrete methods

def readFile(path: String): Promise[Buffer]
def readFile(path: String, options: ReadFileOptions): Promise[String | Buffer]
def stat(path: String): Promise[Stats]