Skip to content

Commit

Permalink
feat: provide default export for node compatibility (resolves #115)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 20, 2023
1 parent 6a79401 commit 1ff01d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from "./path";

export * as default from './path'

0 comments on commit 1ff01d1

Please sign in to comment.