UNPKG

@cowwoc/requirements

Version:

A fluent API for enforcing design contracts with automatic message generation.

8 lines (7 loc) 197 B
import { Node16MillionColors } from "../../internal.mjs"; /** * A node terminal that supports 256 colors. */ declare class Node256Colors extends Node16MillionColors { } export { Node256Colors };