FSInterface

io.github.edadma.apion.FSInterface
trait FSInterface

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object RealFS

Members list

Value members

Abstract methods

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