Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/snel/imports/drollup.ts>AmdOptions

A Cybernetical framework for svelte applications in deno
Latest
type alias AmdOptions
import { type AmdOptions } from "https://deno.land/x/snel@v0.7.1/imports/drollup.ts";
definition: ({ autoId?: false; id: string; } | { autoId: true; basePath?: string; id?: undefined; } | { autoId?: false; id?: undefined; }) & { define?: string; }