Skip to content

@technobuddha > library > String > Operations

Type Alias: CountOptions

ts
type CountOptions = {
  overlap?: boolean;
};

Defined in: count.ts:6

Options for the count function

Properties

PropertyTypeDescriptionDefined in
overlap?booleanif true, counts overlapping stringssrc/count.ts:8