StatSyncFn

@native @JSType trait StatSyncFn[TDescriptor] extends Function
class Function
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(path: TDescriptor): Stats
def apply(path: TDescriptor, options: StatOptionsbigintbooleant): Stats | BigIntStats
def apply(path: TDescriptor, options: StatOptionsbigintfalseund): Stats
def apply(path: TDescriptor, options: StatOptionsbigintfalseundBigint): UndefOr[Stats]
def apply(path: TDescriptor, options: StatOptionsbiginttrue): BigIntStats
def apply(path: TDescriptor, options: StatOptionsbiginttruethro): UndefOr[BigIntStats]
def apply(path: TDescriptor, options: StatOptions): UndefOr[Stats | BigIntStats]
def apply(path: TDescriptor, options: Unit): Stats

Inherited methods

def bind(thisArg: Any, argArray: Any*): Dynamic
Inherited from
Function
def call(thisArg: Any, argArray: Any*): Dynamic
Inherited from
Function
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object