This commit is contained in:
2024-09-29 21:04:06 +08:00
parent 3a8a4aada3
commit c53528079b
6 changed files with 82 additions and 11 deletions

View File

@@ -1,2 +1,13 @@
export { animate } from './Tool/animate.js';
export { randomNum, nextArray } from './Tool/number.js';
/*
* @Author: ddmt
* @version: 1.0.5
* @Date: 2024-9-29 20:50:12
* @LastEditTime: 2024-9-29 20:50:12
* @LastEditors: ddmt
* @Description: ddmt-index file
* @FilePath: /index.js
*/
export { animateStart } from './Tool/animate.js';
export { randomNum, nextArray } from './Tool/number.js';
console.log('ddmt-tool Loading successfully!! 😺');