@pbrgld/loggify
Version:
A lightweight, dependency-free logging library for Bun.js and Node.js – featuring emoji support, styled output, contextual logging, and high-performance stdout logging.
9 lines (8 loc) • 359 B
JavaScript
/**
* Type Definitions
* File holds all type definitions required for TypeScript support for the Loggify project
* Note: The assets imported from ansi file and emojis files are required, since some of the types are dynamically built
*/
/** Import assets to dynamically build types */
import { ansiCodes } from './ansi';
import { emojis } from './emojis';