Repository URL to install this package:
|
Version:
0.0.6 ▾
|
| .. |
| README.md |
// export interface LogIndexedObj { // [Key in keyof Record<'info' | 'warn' | 'error' | 'warn'>]: Set // } // const indexedLogMap = { // info: new Set(), // warn: new Set(), // error: new Set(), // debug: new Set(), // } // const indexedLogMapEntries = Object.entries(indexedLogMap) // const logMap: LogMapType = new Map(indexedLogMapEntries)