Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Loader

type Loader =
| "js"
| "jsx"
| "ts"
| "tsx"
| "css"
| "json"
| "text"
| "base64"
| "file"
| "dataurl"
| "binary"
| "default";

§Type

§
"js" | "jsx" | "ts" | "tsx" | "css" | "json" | "text" | "base64" | "file" | "dataurl" | "binary" | "default"
[src]