Sha256: 7ec2845640aca01d55c4077ea233d48fa2d35645096006f001e652814c061f32
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
import type { Row } from './types/internal'; export declare const truncateString: (input: string, length: number) => string; /** * @todo Make it work with ASCII content. */ export declare const truncateTableData: (rows: Row[], truncates: number[]) => Row[];
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trusty-cms-6.3.1 | node_modules/table/dist/src/truncateTableData.d.ts |