JSIO

munit.internal.io.JSIO
object JSIO

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JSIO.type

Members list

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]