the options for the Loxer.init(options: LoxerOptions)
method
a class decorator
This decorator wraps a class level method inside a Loxer.open()
and a Loxer.of(...).close()
box.
either a string
for the moduleId
or an object
of type TraceOptions
a Decorator for class level methods
Generated using TypeDoc
This class decorator initializes the Loxer immediately when the before the class is used. Use this if the initialization has to be done fast.