Skip to content

Commit

Permalink
Dogfoodin' is underrated
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Mar 18, 2024
1 parent 318d28e commit ff70dc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/knip/src/util/path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export const extname = path.posix.extname;

export const basename = path.posix.basename;

export const format = path.posix.format;

export const join = path.posix.join;

export const toPosix = (value: string) => value.split(path.sep).join(path.posix.sep);
Expand Down

0 comments on commit ff70dc3

Please sign in to comment.