UNPKG

parcol

Version:

Parcol is a utility for parsing all ANSI colors methods in a string.

6 lines (5 loc) 119 B
export type MessageType = string; export interface ColorType { id: string; method: (m: MessageType) => void; }