UNPKG

gnablib

Version:

A lean, zero dependency library to provide a useful base for your project.

2 lines 572 B
/*! Copyright 2024 the gnablib contributors MPL-1.1 */ export const color={black:"",red:"",green:"",yellow:"",blue:"",magenta:"",cyan:"",white:"",gray:"",reset:""};export const bgColor={black:"",red:"",green:"",yellow:"",blue:"",magenta:"",cyan:"",white:"",gray:"",reset:""};export const style={reset:"",bold:"",faint:"",italic:"",underline:"",invert:"",strike:"",regularWeight:"",notItalic:"",notUnderline:"",notStrike:""};