UNPKG

styled-string-builder

Version:

String Styler class based on a builder design pattern

17 lines (16 loc) 680 B
export * from "./colors.js"; export * from "./constants.js"; export * from "./strings.js"; /** * @module StyledString * @description This module provides utilities for styling and manipulating strings in TypeScript. * @summary * The StyledString module exports functionality for working with colors, constants, and string manipulation. * It includes: * - Color-related utilities from {@link colors} * - Constant values from {@link constants} * - String manipulation functions from {@link strings} * * This module serves as the main entry point for the StyledString library, consolidating various * string-related functionalities into a single, easy-to-use package. */