Skip to content

Commit

Permalink
fix: export spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Aug 26, 2020
1 parent 7ddb7a3 commit 4782f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function wait(opts: string | SpinnerOptions) {
});
}

class Spinner {
export class Spinner {
#opts: Required<SpinnerOptions>;

isSpinning: boolean;
Expand Down

0 comments on commit 4782f43

Please sign in to comment.