realpathSync

object realpathSync
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply(path: PathLike): String
@inline
def apply(path: PathLike, options: BufferEncoding): String
@inline
def apply(path: PathLike, options: BaseEncodingOptions): String
@inline
def apply(path: PathLike, options: BufferEncodingOption): Buffer
@inline
def apply(path: PathLike, options: String): String | Buffer
@inline
def native(path: PathLike): String
@inline
def native(path: PathLike, options: BufferEncoding): String
@inline
def native(path: PathLike, options: BaseEncodingOptions): String
@inline
@inline
def native(path: PathLike, options: String): String | Buffer
@inline
def native_Union(path: PathLike): String | Buffer
@inline
def native_Union(path: PathLike, options: BaseEncodingOptions): String | Buffer

Concrete fields

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