Skip to content

Commit

Permalink
fix: type declaration for replace
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Dec 27, 2023
1 parent 78dde7e commit edfe7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExpensiMark.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class ExpensiMark {
* @param options.shouldEscapeText=true - Whether or not the text should be escaped
* @param options.shouldKeepRawInput=false - Whether or not the raw input should be kept and returned
*/
replace(text: string, { filterRules, shouldEscapeText }?: {
replace(text: string, { filterRules, shouldEscapeText, shouldKeepRawInput }?: {
filterRules?: string[];
shouldEscapeText?: boolean;
shouldKeepRawInput?: boolean;
Expand Down

0 comments on commit edfe7e5

Please sign in to comment.