Skip to content

Commit

Permalink
feat: update exports to allow for JS destructured import
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-forster committed Dec 31, 2019
1 parent 60f970d commit fe51848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { extname, basename, dirname, sep } from 'path';

class FilePath {
export class FilePath {
/** The string representing the file name excluding the extension */
public filename: string | undefined;

Expand Down

0 comments on commit fe51848

Please sign in to comment.