register

fun register(library: Library): OutputValue<*>?

Registers a new single library, allowing it to be looked up by functions and its Library.onLoad action is executed.

Parameters

library

library to register