Fix various issues (import style, type on Writer)

This commit is contained in:
2024-05-14 23:09:11 +02:00
parent 17ac2bdcf4
commit c948aa3cc2
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {Chalk} from 'chalk'
import {Level} from 'types'
import {Level} from './types'
const chalk = new Chalk({ level: 2 }) // 256 colors
+2 -2
View File
@@ -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 = {