Skip to content

Commit

Permalink
feat: Export NameFunction type (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
runeh authored Jun 13, 2021
1 parent 3d9cf65 commit 1f1d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function makeWriter(): CodeWriter {
};
}

type NameFunction = (originalName: string) => string;
export type NameFunction = (originalName: string) => string;

export interface GenerateOptions {
/** Apply formatting to the output using prettier. Default: true */
Expand Down

0 comments on commit 1f1d314

Please sign in to comment.