UNPKG

@stacksjs/gitit

Version:

A simple way to programmatically download templates.

5 lines (4 loc) 241 B
import type { GitItConfig } from './types'; export declare const defaultConfig: GitItConfig; export declare const config: GitItConfig; export declare function loadPlugins(plugins: (GitItPlugin | [GitItPlugin, Record<string, any>])[]): void;