Open TheGP opened 1 month ago
import { Logger, ILogObj } from "tslog"; ^^^^^^^ SyntaxError: The requested module 'tslog' does not provide an export named 'ILogObj'
Which version of tslog are you using?
tslog
was the last one at npm
import { Logger, ILogObj } from "tslog"; ^^^^^^^ SyntaxError: The requested module 'tslog' does not provide an export named 'ILogObj'