import { toUpperCase } from "./tools/toUpperCase"; export const myObject= { "p": toUpperCase("foo") };