UNPKG

@maizzle/framework

Version:

Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.

5 lines (4 loc) 210 B
import type { WidthOptions as Options } from 'fast-string-truncated-width'; declare const fastStringWidth: (input: string, options?: Options) => number; export default fastStringWidth; export type { Options };