UNPKG
@sproott/sveltekit-superforms
Version:
latest (2.27.1-next)
2.27.1-next
Making SvelteKit forms a pleasure to use!
superforms.rocks
@sproott/sveltekit-superforms
/
dist
/
adapters
/
yup-to-json-schema
/
converters
/
array.d.ts
4 lines
(3 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
import
type
{
Converter
}
from
'../types.js'
;
declare
const
arrayConverter
:
Converter
;
export
default
arrayConverter;