UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

22 lines (21 loc) 310 B
const envField = { string: (options) => ({ ...options, type: "string" }), number: (options) => ({ ...options, type: "number" }), boolean: (options) => ({ ...options, type: "boolean" }), enum: (options) => ({ ...options, type: "enum" }) }; export { envField };