RequireExtensions

sealed external interface RequireExtensions : Record<String, (m: Module, filename: String) -> Any?> (source)

Functions

Link copied to clipboard
open operator fun get(key: String): (m: Module, filename: String) -> Any??
Link copied to clipboard
open operator fun set(key: String, value: (m: Module, filename: String) -> Any?)