导出包

This commit is contained in:
ddmt 2024-09-30 00:21:06 +08:00
parent 3c3311f80f
commit b6edf4a189

View File

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