diff --git a/index.js b/index.js index 207f6cf..8eaf34c 100644 --- a/index.js +++ b/index.js @@ -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!! 😺'); \ No newline at end of file