UNPKG

ink

Version:
4 lines (3 loc) 166 B
import { type Styles } from './styles.js'; declare const wrapText: (text: string, maxWidth: number, wrapType: Styles["textWrap"]) => string; export default wrapText;