implement lib

This commit is contained in:
2024-05-14 12:46:32 +02:00
parent 903a315788
commit 8ca1f9e2f2
7 changed files with 254 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
export { Level, type Options } from 'types'
export * as Writer from 'writer'
export {set_options, get_options, set_writer, get_writer, remove_writer, Logger} from 'index'
import {Logger} from 'index'
export default (namespace: string) => new Logger(namespace)