"use strict"; const object = (x) => { return { value: x, }; }; export { object as obj };