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 a431a5e commit 88d7708Copy full SHA for 88d7708
src/lib/math/index.ts
@@ -1,2 +1,3 @@
1
export * from './is-power-of-two/is-power-of-two';
2
export * from './nearest-highest-power-of-two/nearest-highest-power-of-two';
3
+export * from './nearest-highest-power-of-two-result/nearest-highest-power-of-two-result';
0 commit comments