UNPKG

@clickup/rest-client

Version:

A syntax sugar tool around Node fetch() API, tailored to work with TypeScript and response validators

6 lines 262 B
/** * The fastest possible version of truncation. Lodash'es truncate() messes up * with unicode a lot, so for e.g. logging purposes, it's super-slow. */ export default function ellipsis(string: any, length: number): any; //# sourceMappingURL=ellipsis.d.ts.map