UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 306 B
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 };