const pRetry = require('p-retry'); class Example { @pRetry.Decorator() static async retriableFunction() { //... } } ...
確定! 回上一頁