mirror of
https://github.com/dzeiocom/libs.git
synced 2025-08-05 03:11:59 +00:00
Initial commit With Logger
This commit is contained in:
6
packages/logger/src/index.ts
Normal file
6
packages/logger/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import Logger from './Logger'
|
||||
|
||||
// Browser Import
|
||||
|
||||
// @ts-ignore
|
||||
window.Logger = Logger
|
Reference in New Issue
Block a user