Quark #

Modules #

Quark v1.4.0 Documentation

Contents

quark/util #

ErrorReason #

type ErrorReason =
  {
    reason: Error;
    promise: Promise<any>;
  }

default #

default.id #

readonly id: Uint

default.config #

readonly config: Dict

default.onBeforeExit #

default.onExit #

default.onUncaughtException #

default.onUnhandledRejection #

default #