ts-ci/src/myObject.ts

4 lines
105 B
TypeScript
Raw Normal View History

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