Skip to content

Commit

Permalink
Fix add parse to path
Browse files Browse the repository at this point in the history
  • Loading branch information
outercloudstudio committed Jan 12, 2024
1 parent d1d1123 commit aab5ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export const basename = path.basename
export const resolve = path.resolve
export const relative = path.relative
export const isAbsolute = path.isAbsolute
export const parse = path.parse

0 comments on commit aab5ddc

Please sign in to comment.