UNPKG

steamcommunity-market

Version:
10 lines (7 loc) 218 B
const renameProperties = require('../../../utils/renameProperties'); module.exports = function(methodParams) { return renameProperties(methodParams, { itemNameID: 'item_nameid', twoFactor: 'two_factor', }); };