'use strict'; class Entity {} const fn = (x) => x; const collection = new Map(); module.exports = { Entity, fn, collection };