Skip to content

Commit

Permalink
feat(utils): rm export of isDev function
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Sep 8, 2023
1 parent 0a3bfc4 commit ae2b52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bezier-react/src/utils/assertUtils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function isDev() {
function isDev() {
return process.env.NODE_ENV !== 'production'
}

Expand Down

0 comments on commit ae2b52b

Please sign in to comment.