We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161c706 commit 33a1c80Copy full SHA for 33a1c80
src/index.ts
@@ -50,7 +50,7 @@ export class KoreanPostpositionProcessor {
50
}
51
52
public get type() {
53
- return "postProcessor";
+ return "postProcessor" as const;
54
55
56
public process(value: string /*, key: string, options: any*/ ) {
0 commit comments