Skip to content

Commit

Permalink
Merge pull request #15 from ElnSorokina/basePath-ts
Browse files Browse the repository at this point in the history
Make the basePath parameter accessible to TypeScript users
  • Loading branch information
leelaprasadv authored Nov 6, 2023
2 parents 89cbb85 + 6643014 commit 5203d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { name } from "."

export let basePath: string;
export let name: string;
export let reportPath: string;
export let file: string;
Expand Down

0 comments on commit 5203d5c

Please sign in to comment.