Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiux committed May 23, 2022
1 parent da38311 commit f67769a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/es6/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* !
* @module : @squirrel-forge/ui-util
* @version : 0.9.0
* @version : 0.9.2
* @license : MIT
* @copyright : 2022 squirrel-forge
* @author : Daniel Hartwell aka. siux <me@siux.info>
Expand Down Expand Up @@ -76,6 +76,7 @@ export { isEven } from './Number/isEven.js';
export { isFloat } from './Number/isFloat.js';
export { leadingZeros } from './Number/leadingZeros.js';
export { rand } from './Number/rand.js';
export { Ratio } from './Number/Ratio.js';
export { round } from './Number/round.js';

/**
Expand Down

0 comments on commit f67769a

Please sign in to comment.