UNPKG
@eaglesong/task-panorama
Version:
latest (0.2.0)
0.2.0
0.1.0
Eaglesong task for Panorama
github.com/ark120202/eaglesong
ark120202/eaglesong
@eaglesong/task-panorama
/
lib
/
plugins
/
PanoramaManifestPlugin
/
manifest.d.ts
10 lines
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Ajv
from
'ajv'
;
import
manifestSchema
from
'./manifest.schema.json'
;
export
{ manifestSchema };
export
declare
const
validateManifest
:
Ajv
.
ValidateFunction
;
export
interface
Entry
{
name
:
string
;
source
:
string
;
type
:
string
|
null
; }
//# sourceMappingURL=manifest.d.ts.map