UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

7 lines (4 loc) 127 B
const sleep = async time => new Promise(resolve => setTimeout(resolve, time * 1000 || 10000)); module.exports = { sleep }