This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
WangZixian
/
app
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
7178e82b75
Ramuri
Etichete
master
app
/
node_modules
/
zod-to-json-schema
/
dist
/
esm
/
parsers
/
enum.js
enum.js
120 B
Istoric
Crud
1
2
3
4
5
6
export function parseEnumDef(def) {
return {
type: "string",
enum: Array.from(def.values),
};
}