Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Dec 4, 2024
1 parent 57a9d9a commit 12af5e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ export const NULL = null;

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

/**
* @internal
Expand Down

0 comments on commit 12af5e5

Please sign in to comment.