@technobuddha > library > String > Operations
Type Alias: CollapseWhitespaceOptions
ts
type CollapseWhitespaceOptions = {
trim?: boolean;
};Defined in: collapse-whitespace.ts:9
Options for the collapseWhitespace function
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
trim? | boolean | If true, trim | src/collapse-whitespace.ts:11 |