function humanId() { return 'mock-human-id'; } module.exports = humanId; module.exports.default = humanId; module.exports.humanId = humanId;