Skip to main content
type alias Module.ModuleFormat

Definition

"builtin"
| "commonjs"
| "json"
| "module"
| "wasm"
Back to top