'use strict'; const method31 = () => 31; const method32 = () => 32; module.exports = { method31, method32 };