Skip to main content
Module

x/fastro/src/plugins/sample.ts

Fast and simple web application framework for deno
Go to Latest
File
import { Fastro } from "../../mod.ts";
export const sample = function (fastro: Fastro) { fastro.hello = "hello plugin";};