Fix various issues (import style, type on Writer)
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import {Level, type Options, type Writer} from 'types'
|
||||
import {get_color} from 'color'
|
||||
import {Level, type Options, type Writer} from './types'
|
||||
import {get_color} from './color'
|
||||
|
||||
export const writers = new Map<string, Writer>
|
||||
export let options: Options = {
|
||||
|
||||
Reference in New Issue
Block a user