Skip to content

Commit e09e6ca

Browse files
Refactor to remove unneeded @ts-expect-error
1 parent 50de3af commit e09e6ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ export const findAndReplace =
143143

144144
while (match) {
145145
position = match.index
146-
// @ts-expect-error this is perfectly fine, typescript.
147146
let value = replace(...match, {
148147
index: match.index,
149148
input: match.input

0 commit comments

Comments
 (0)