Skip to main content
Module

x/aleph/types.ts>Plugin

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface Plugin
import { type Plugin } from "https://deno.land/x/aleph@v0.2.13/types.ts";

A plugin for Aleph.js application.

Properties

test: RegExp

Methods

optional
resolve(path: string): { path: string; external?: boolean; }
optional
transform(path: string): { code: string; sourceMap?: string; loader?:
| "js"
| "json"
| "css"
| "markdown"
; }