UNPKG
unplugin-info
Version:
latest (1.3.2)
1.3.2
1.3.1
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.2-beta.1
0.4.2-beta.0
Export build information as virutal module
github.com/yjl9903/unplugin-info
yjl9903/unplugin-info
unplugin-info
/
dist
/
astro.d.ts
11 lines
(8 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ O
as
Options
}
from
'./shared/unplugin-info.bb420146.js'
;
declare
const
_default
:
(
options
:
Options
|
undefined
) =>
{
name
:
string
;
hooks
: {
'astro:config:setup'
:
(
astro
:
any
) =>
Promise
<
void
>; }; };
export
{ _default
as
default
};