Skip to content

Commit

Permalink
Add Parser and Modifier declarations export
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda authored May 18, 2022
1 parent 79d32c9 commit 303397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import parser from '@sveltekit-i18n/parser-default';
import type { Parser, Modifier } from '@sveltekit-i18n/parser-default';
import type { Config } from './types';

export type { Config };
export type { Config, Parser, Modifier };

const normalizeConfig = <P = Parser.PayloadDefault, M = Modifier.DefaultProps>({ parserOptions = {}, ...rest }: Config<P, M>) => ({
...rest,
Expand Down

0 comments on commit 303397e

Please sign in to comment.