Home > @rushstack/localization-utilities > IParseFileOptions
IParseFileOptions interface
Signature:
export interface IParseFileOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
content | string | ||
filePath | string | ||
ignoreString? | IgnoreStringFunction | (Optional) Optionally, provide a function that will be called for each string. If the function returns true the string will not be included. |