Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias MultipleResolveListener = (type: MultipleResolveType, @R|kotlin/ParameterName|(name = String(promise)) ERROR CLASS: Symbol not found for Promise<kotlin/Any?>, value: Any?) -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed external interface ProcessEnv : <ERROR CLASS> {node/Dict<kotlin/String>=} ERROR CLASS: Symbol not found for Record<kotlin/String, kotlin/String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed external interface ProcessVersions : <ERROR CLASS> {node/Dict<kotlin/String>=} ERROR CLASS: Symbol not found for Record<kotlin/String, kotlin/String>
Link copied to clipboard
Link copied to clipboard
typealias RejectionHandledListener = (@R|kotlin/ParameterName|(name = String(promise)) ERROR CLASS: Symbol not found for Promise<kotlin/Any?>) -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias UncaughtExceptionListener = (@R|kotlin/ParameterName|(name = String(error)) ERROR CLASS: Symbol not found for js.errors.JsError, origin: UncaughtExceptionOrigin) -> Unit
Link copied to clipboard
Link copied to clipboard
typealias UnhandledRejectionListener = (reason: Any?, @R|kotlin/ParameterName|(name = String(promise)) ERROR CLASS: Symbol not found for Promise<kotlin/Any?>) -> Unit
Most of the time the unhandledRejection will be an Error, but this should not be relied upon as anything can be thrown/rejected, it is therefore unsafe to assume that the value is an Error.
Link copied to clipboard
typealias WarningListener = (@R|kotlin/ParameterName|(name = String(warning)) ERROR CLASS: Symbol not found for js.errors.JsError) -> Unit
Link copied to clipboard
Link copied to clipboard