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

x/gustwind/plugins/script/mod.ts>plugin

🐳💨 – Deno powered site creator
Latest
variable plugin
import { plugin } from "https://deno.land/x/gustwind@v0.77.4/plugins/script/mod.ts";

type

Plugin<{ scripts: Scripts; scriptsPath: string[]; }, { foundScripts: { name: string; path: string; externals?: string[]; }[]; receivedScripts: { isExternal?: boolean; name: string; localPath: string; remotePath: string; externals?: string[]; }[]; receivedGlobalScripts: { type: string; src: string; }[]; }>