Skip to content

Commit

Permalink
fix: no dts for console exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Dec 26, 2023
1 parent c131cf2 commit 39e0555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/exporter.console.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { Exporter } from 'rian';

export const exporter: (max_columns?: number) => Exporter;

0 comments on commit 39e0555

Please sign in to comment.