use export = syntax

This commit is contained in:
David Reed 2022-10-01 18:39:52 -04:00
parent a94b2e902e
commit 45624af199

View file

@ -1,3 +1,3 @@
declare const uvPath: string;
export default uvPath;
export = uvPath;