UNPKG

@eaglesong/task-panorama

Version:
10 lines 292 B
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