UNPKG

har-to-k6

Version:
8 lines (5 loc) 121 B
const content = require('./content') function prime(value) { return `\`${content(value)}\`` } module.exports = prime