From b6edf4a189d9506123d73a9543ec19b72fcf1dfb Mon Sep 17 00:00:00 2001 From: ddmt Date: Mon, 30 Sep 2024 00:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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