DefinitelyTyped/types/text-clipper/text-clipper-tests.ts
Krzysztof Grzybek 05763bae96 add text clipper
2019-01-28 21:01:19 +01:00

6 lines
259 B
TypeScript

import clip = require('text-clipper');
clip('text', 123); // $ExpectType string
clip('text', 123, { breakWords: true, html: false }); // $ExpectType string
clip('text', 123, { imageWeight: 123, indicator: 'something', maxLines: 321 }); // $ExpectType string