Skip to content

Commit

Permalink
Fix: export never when failed to parse
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 17, 2020
1 parent 75d073a commit a30f48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createDts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default data
`
} catch (e) {
dts = `
declare const data = never
declare const data: never
export default data
`
}
Expand Down

0 comments on commit a30f48a

Please sign in to comment.