Skip to content

@technobuddha > library > String > Operations

Type Alias: CollapseBreakingSpaceOptions

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

Defined in: collapse-breaking-space.ts:9

Options for the collapseBreakingSpace function

Properties

PropertyTypeDescriptionDefined in
trim?booleanIf true, trim leading and trailing whitespacesrc/collapse-breaking-space.ts:11