Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-node
/
node.asyncHooks
/
AsyncResource
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
bind
Link copied to clipboard
fun
<
Func
:
Function
<
Any
?
>
,
ThisArg
>
bind
(
fn
:
Func
,
type
:
String
=
definedExternally
,
thisArg
:
ThisArg
=
definedExternally
)
:
Func
Binds the given function to the current execution context.