This commit is contained in:
Joseph Garrone 2020-05-14 00:47:15 +02:00
parent 224dc389eb
commit a55f9e86eb
14 changed files with 449 additions and 2 deletions

4
src/myObject.ts Normal file
View file

@ -0,0 +1,4 @@
import { toUpperCase } from "./tools/toUpperCase";
export const myObject= { "p": toUpperCase("foo") };