mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: node-acme-client转换为esm
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
async function wait(ms) {
|
||||
export async function wait(ms) {
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(resolve, ms);
|
||||
});
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
wait,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user