This commit is contained in:
2024-12-13 22:07:20 +08:00
parent 7f8b2e4f7a
commit 3ecf33036c
3 changed files with 75 additions and 47 deletions

View File

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