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
/
webpack.d.cts
7 lines
(4 loc)
•
197 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
*
as
webpack
from
'webpack'
;
import
{
UnpluginCopyOptions
}
from
'./types.cjs'
;
declare
const
_default
:
(
options
:
UnpluginCopyOptions
) =>
webpack.
WebpackPluginInstance
;
export
= _default;