UNPKG

unplugin-copy

Version:

Copy files and folders, with glob support.

11 lines (8 loc) 246 B
import { UnpluginCopyOptions } from './types.js'; declare const _default: (options: UnpluginCopyOptions) => { name: string; hooks: { 'astro:config:setup': (astro: any) => Promise<void>; }; }; export { _default as default };