UNPKG

252 BTypeScriptView Raw
1export declare function getConfigViaDecorator(egretRoot: string): Promise<{
2 resourceRoot: string;
3 resourceConfigFileName: any;
4 typeSelector: any;
5}>;
6export declare function publish(filename: any, matcher: any, data: any): Promise<string>;