In a effort to factorize some code, I would need to pass a ValidationAdapter (server-side) or a ClientValidationAdapter (client-side) to a function.
Unfortunately, it seems that ClientValidationAdapter is not exported in 'sveltekit-superforms/adapters' (contrary to ValidationAdapter).
Is it possible to export ClientValidationAdapter in 'sveltekit-superforms/adapters'?
In a effort to factorize some code, I would need to pass a ValidationAdapter (server-side) or a ClientValidationAdapter (client-side) to a function. Unfortunately, it seems that ClientValidationAdapter is not exported in 'sveltekit-superforms/adapters' (contrary to ValidationAdapter). Is it possible to export ClientValidationAdapter in 'sveltekit-superforms/adapters'?