UNPKG

har-to-k6

Version:
12 lines (9 loc) 181 B
const string = require('../string') /* * Address without variable * No query */ function fixed(spec, factor) { factor.address = string(spec.address) } module.exports = fixed