ts-ci/src/myObject.ts

4 lines
104 B
TypeScript
Raw Normal View History

2020-05-14 00:47:15 +02:00
import { toUpperCase } from "./tools/toUpperCase";
export const myObject= { "p": toUpperCase("foo") };