Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoook committed Oct 11, 2021
1 parent ea90a84 commit 906c5eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const merge = (target: any, source: any) => {
};

type Runtime = "other" | "page" | "extension" | "unknown";
type Environment = "development" | "production" | "text";

export const getEnv = () => {
return window.__ENV__.NODE_ENV;
Expand Down

0 comments on commit 906c5eb

Please sign in to comment.