5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
export type { WrapTextConstraints, WrapTextInput, WrapTextMeta, WrapTextOutput } from './types';
|
|
|
|
export { wrapText } from './wrapText';
|
|
|