We want to give users the ability to add custom transformers, and for that to work nicely with typescript we need these types. I tried to do export type but prettier threw an error (see https://github.com/prettier/prettier-vscode/issues/2558), so I just exported them as values instead.
We want to give users the ability to add custom transformers, and for that to work nicely with typescript we need these types. I tried to do
export type
but prettier threw an error (see https://github.com/prettier/prettier-vscode/issues/2558), so I just exported them as values instead.