UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 153 B
import type { UIntQuantity } from '../../dt/index.js'; export declare function truncate(value: string, length: UIntQuantity, ellipsis?: string): string;