UNPKG

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

Version:

DVF client js lib with gateway.fm rpc endpoints

6 lines 240 B
module.exports = (exampleName, index) => { // Offset by 1 since example 00 is reserved for the setup script. const idx = index + 1 const indexString = idx < 10 ? `0${idx}` : idx.toString() return `${indexString}.${exampleName}.js` }