@technobuddha > library > String > Deconstruction
Type Alias: RootOptions
ts
type RootOptions = {
prefix?: string;
suffix?: string;
};Defined in: root.ts:6
Options for the root function
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
prefix? | string | The refix string to remove | src/root.ts:8 |
suffix? | string | The suffix string to remove | src/root.ts:10 |