Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  ..
  README.md
Size: Mime:

// 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)