Skip to content

Commit

Permalink
Fix TypeScript typings
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored Nov 5, 2020
1 parent 26d5cd3 commit 006ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface AnserOptions {

type OptionsWithJson = AnserOptions & { json: true };

export default class Anser {
export = class Anser {
/**
* Escape the input HTML.
*
Expand Down

0 comments on commit 006ea25

Please sign in to comment.