Skip to content

@technobuddha > library > String > Operations

Type Alias: CollapseWhitespaceOptions

ts
type CollapseWhitespaceOptions = {
  trim?: boolean;
};

Defined in: collapse-whitespace.ts:9

Options for the collapseWhitespace function

Properties

PropertyTypeDescriptionDefined in
trim?booleanIf true, trimsrc/collapse-whitespace.ts:11