Skip to content

@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

PropertyTypeDescriptionDefined in
prefix?stringThe refix string to removesrc/root.ts:8
suffix?stringThe suffix string to removesrc/root.ts:10