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
/
simple-schema
/
index.d.ts
6 lines
(5 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
JSON
Schema }
from
'../../jsonSchema/index.js'
;
/** * Simple JSON Schema generator for validation libraries without introspection. */
export
declare
function
simpleSchema
(
value
:
unknown
):
JSON
Schema;