UNPKG

@visulima/inspector

Version:

Inspect utility for Node.js and Browsers.

4 lines (3 loc) 168 B
import { TRUNCATOR } from "../constants.d.ts"; declare const truncate: (string: number | string, length: number, tail?: typeof TRUNCATOR) => string; export = truncate;