UNPKG

times-loop

Version:

run a function n times, both sync and async functions are supported

15 lines (14 loc) 203 B
// babel.config.js module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current', }, }, ], '@babel/preset-typescript' ], }