UNPKG

clamp.ts

Version:

TypeScript fork of clamp.js - Clamps an HTML element by adding ellipsis to it if the content inside is too long.

2 lines (1 loc) 64 B
export { clamp, IClampOptions, IClampResponse } from './clamp';