UNPKG

steamcommunity-market

Version:
9 lines (6 loc) 200 B
const renameProperties = require('../../../utils/renameProperties'); module.exports = function(methodParams) { return renameProperties(methodParams, { marketHashName: 'market_hash_name', }); };