Skip to content

Commit 12af5e5

Browse files
committed
Update utils.ts
1 parent 57a9d9a commit 12af5e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ export const NULL = null;
33

44
/** @internal */
55
export const { min, max, abs, floor } = Math;
6-
/** @internal */
7-
export const values = Object.values;
86

97
/**
108
* @internal

0 commit comments

Comments
 (0)