symlink

object symlink
class Object
trait Matchable
class Any

Type members

Classlikes

@JSType
trait Type extends StObject
Companion
object
object Type
Companion
class

Value members

Concrete methods

@inline
def apply(target: PathLike, path: PathLike, callback: NoParamCallback): Unit
@inline
def apply(target: PathLike, path: PathLike, `type`: Type, callback: NoParamCallback): Unit
@inline
def apply(target: PathLike, path: PathLike, `type`: Null, callback: NoParamCallback): Unit
@inline
def apply(target: PathLike, path: PathLike, `type`: Unit, callback: NoParamCallback): Unit

Concrete fields

@JSImport("fs", "symlink") @native
val ^: Any