UNPKG

@greenwood/plugin-adapter-netlify

Version:
8 lines (5 loc) 229 B
import type { AdapterPlugin } from "@greenwood/cli"; export type NetlifyAdapter = () => Array<AdapterPlugin>; declare module "@greenwood/plugin-adapter-netlify" { export const greenwoodPluginAdapterNetlify: NetlifyAdapter; }