Skip to content

Commit 33a1c80

Browse files
committed
Fix type error
1 parent 161c706 commit 33a1c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class KoreanPostpositionProcessor {
5050
}
5151

5252
public get type() {
53-
return "postProcessor";
53+
return "postProcessor" as const;
5454
}
5555

5656
public process(value: string /*, key: string, options: any*/ ) {

0 commit comments

Comments
 (0)