UNPKG

@tricoteuses/assemblee

Version:

Retrieve, clean up & handle French Assemblée nationale's open data

22 lines (21 loc) 656 B
export declare class BasePlugin { options: any; name: string; constructor(options: any, name: string); preFix(): Promise<any>; fix(_content: any, _filename: any): Promise<any>; preCheck(): Promise<any>; check(_content: any, _filename: any): Promise<any>; postCheck(_analysis: any): Promise<any>; } export declare class SchemaBugs { options: any; plugins: any; constructor(options: any); get(schema: any): any; preFix(): Promise<any>; fix(filenames: any): Promise<any>; preCheck(): Promise<void>; check(content: any, filename: any): Promise<any>; postCheck(analysis: any): Promise<any>; }