Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Sep 11, 2024
1 parent 195eb5a commit a61987d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/core/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
export const NULL = null;

/** @internal */
export const min = Math.min;
/** @internal */
export const max = Math.max;
/** @internal */
export const abs = Math.abs;
export const { min, max, abs } = Math;
/** @internal */
export const values = Object.values;
/** @internal */
Expand Down

0 comments on commit a61987d

Please sign in to comment.