index overview
Added in v1.0.0
Table of contents
exports
From â./Logger.jsâ
Re-exports all named exports from the â./Logger.jsâ module.
Signature
export * from "./Logger.js"
Added in v1.0.0
From â./Logger.jsâ
Re-exports all named exports from the â./Logger.jsâ module as Logger
.
Signature
export * as Logger from "./Logger.js"
Added in v1.0.0
From â./LoggerInstance.jsâ
Re-exports all named exports from the â./LoggerInstance.jsâ module as LoggerInstance
.
Signature
export * as LoggerInstance from "./LoggerInstance.js"
Added in v1.0.0
From â./LoggerOptions.jsâ
Re-exports all named exports from the â./LoggerOptions.jsâ module as LoggerOptions
.
Signature
export * as LoggerOptions from "./LoggerOptions.js"
Added in v1.0.0