UNPKG

@elies-chelbi/goodlogger

Version:

an npm package for beautifull organized console logs

14 lines 334 B
declare module "Glog-types" { type debug = { (message: string, data: object) : void } type clear_and_debug = { (message: string, data: object) : void } type error ={ (message: string, data: object) : void } type clear_and_showError = { (message: string, data: object) : void } }