ts-ci/src/myObject.ts
2020-05-27 22:02:44 +02:00

3 lines
105 B
TypeScript

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