1.0.2-beta.1

This commit is contained in:
2024-10-17 17:27:58 +08:00
parent d368a82e7c
commit 45d1530f15
4 changed files with 15 additions and 15 deletions

View File

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