Skip to content

Commit

Permalink
bot: export Template class fully (rather than as type)
Browse files Browse the repository at this point in the history
Solves #79
  • Loading branch information
siddharthvp committed Nov 13, 2024
1 parent aca24c7 commit 870ddd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export { MwnDate, MwnTitle, MwnPage, MwnFile, MwnCategory, MwnWikitext, MwnUser,
// Export, if only for the sake of getting generated documentation
export * from './api_response_types';
export type { PageViewData, PageViewOptions } from './page';
export type { TemplateConfig, Template, MwnWikitextStatic } from './wikitext';
export { TemplateConfig, Template, MwnWikitextStatic } from './wikitext';

export interface MwnOptions {
/** Suppress messages, except for error messages and warnings */
Expand Down

0 comments on commit 870ddd1

Please sign in to comment.