UNPKG
unplugin-copy
Version:
latest (4.0.1)
4.0.1
4.0.0
3.0.1
3.0.0
2.1.0
2.0.0
1.0.1
1.0.0
0.1.9
0.1.8
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Copy files and folders, with glob support.
github.com/xiankq/unplugin-copy
xiankq/unplugin-copy
unplugin-copy
/
dist
/
astro.d.ts
11 lines
(8 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
UnpluginCopyOptions
}
from
'./types.js'
;
declare
const
_default
:
(
options
:
UnpluginCopyOptions
) =>
{
name
:
string
;
hooks
: {
'astro:config:setup'
:
(
astro
:
any
) =>
Promise
<
void
>; }; };
export
{ _default
as
default
};