moduleOf

fun moduleOf(vararg functions: ExportableFunction): Module

Creates a Module from a set of Kotlin functions.

Parameters

functions

the functions to export in the module