1.0.8-fixbug

This commit is contained in:
2024-11-15 20:25:27 +08:00
parent 14a24bb283
commit 2bff4c84c2
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
* @Description: ddmt-index file
* @FilePath: /index.js
*/
export { animateStart } from './Tool/animate.js';
export { animateStart, setClassVar, getStyleVar } from './Tool/animate.js';
export { randomNum, nextArray, ArrayDeHeavy, getRelativeTime } from './Tool/number.js';
console.log('ddmt-tool Loading successfully!! 😺');