@maizzle/framework
Version:
Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.
5 lines (4 loc) • 306 B
TypeScript
import type { TruncationOptions, WidthOptions, Result } from './types.js';
declare const getStringTruncatedWidth: (input: string, truncationOptions?: TruncationOptions, widthOptions?: WidthOptions) => Result;
export default getStringTruncatedWidth;
export type { TruncationOptions, WidthOptions, Result };