Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/snel/imports/drollup.ts>NormalizedAmdOptions

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