Home > @rushstack/localization-utilities > IParseFileOptions > ignoreString
IParseFileOptions.ignoreString property
Optionally, provide a function that will be called for each string. If the function returns true
the string will not be included.
Signature:
ignoreString?: IgnoreStringFunction;