JSIO

object JSIO
class Object
trait Matchable
class Any
JSIO.type

Value members

Concrete methods

def cwd(): String
def exists(path: String): Boolean
def isDirectory(path: String): Boolean
def isFile(path: String): Boolean

Concrete fields

val fs: Option[Dynamic]
val path: Option[Dynamic]
val process: Option[Dynamic]