mirror of
https://github.com/dzeiocom/libs.git
synced 2025-08-04 19:01:58 +00:00
Changed typing file from .ts to .d.ts
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import colors, { black, white, blue, yellow, green } from 'ansi-colors'
|
||||
import { theme, logType, ObjectArray } from './types'
|
||||
import { theme, logType, ObjectArray } from '../typing/types'
|
||||
|
||||
export default class Logger implements Console {
|
||||
|
||||
|
Reference in New Issue
Block a user