This commit is contained in:
陆柯 2021-09-16 21:31:45 +08:00
parent 5ae583d583
commit fd6b8f56cb

View File

@ -1,9 +1,6 @@
/*
*/
const fs = require('fs')
const path = require('path')
module.exports = {
sleep: (ms) => new Promise((resolve, reject) => setTimeout(resolve, ms)),