Function decorators could be used like so: const pRetry = require('p-retry'); class Example { @pRetry.Decorator() static async retriableFunction() { //..
確定! 回上一頁