Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISettings

The object of setting of the npm module

interface

ISettings

Hierarchy

  • ISettings

Index

Properties

after

after: ReadonlyArray<string> | string

Array of char in need of potential need of replacement after itself

around

around: ReadonlyArray<string> | string

Array of char in need of potential need of replacement around itself

before

before: ReadonlyArray<string> | string

Array of char in need of potential need of replacement before itself

regex

regex: ReadonlyArray<RegExp> | RegExp

Array of regex, replace match by the replacer

replacer

replacer: string

Replacer of matching toReplace

toReplace

toReplace: string

String to replace

Generated using TypeDoc