We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a9d9a commit 12af5e5Copy full SHA for 12af5e5
src/core/utils.ts
@@ -3,8 +3,6 @@ export const NULL = null;
3
4
/** @internal */
5
export const { min, max, abs, floor } = Math;
6
-/** @internal */
7
-export const values = Object.values;
8
9
/**
10
* @internal
0 commit comments