abbott-methods
Version:
abbott,methods,method,functions,function
13 lines (11 loc) • 316 B
JavaScript
/*
* @Author: abbott
* @Date: 2022-06-06 09:23:17
* @LastEditors: abbott
* @LastEditTime: 2023-08-17 15:13:21
* @Description:
*/
const { timeSecondBar, timeDifference } = require('../require')
test('测试toBe', async () => {
console.log(timeSecondBar(timeDifference('2024-10-15 11:00:00', new Date())))
})