@technobuddha > library > String > Operations
Type Alias: CountOptions
ts
type CountOptions = {
overlap?: boolean;
};Defined in: count.ts:6
Options for the count function
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
overlap? | boolean | if true, counts overlapping strings | src/count.ts:8 |