mirror of
https://git.ddmt.top/ddmt/ddmt-tool.git
synced 2026-03-23 05:17:06 +00:00
1.0.5
This commit is contained in:
15
index.js
15
index.js
@@ -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!! 😺');
|
||||
Reference in New Issue
Block a user