forked from hero/www_hero
3 lines
64 B
TypeScript
3 lines
64 B
TypeScript
|
declare const plugin: { handler: () => void };
|
||
|
export = plugin;
|