{"version":3,"file":"Custom.js","mappings":";;;;;;;;;;AAAA,kBAAkB;AAClB,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAS,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC;IAC/C,OAAO,OAAO,CAAC;AACnB,CAAC;AAHD,uCAGC;AAMD,QAAQ,CAAC,gBAAgB,CAAC,OAAO,EAAE;IAC/B,IAAI,IAAI,GAAG,UAAU,EAAE,CAAC;AAC5B,CAAC,CAAC,CAAC","sources":["webpack://mvc/./FrontEndDev/typescript/Custom/custom.ts"],"sourcesContent":["/* Content here */\nexport function testCustom(): Test {\n var testing: Test = { message: \"Hello World\" };\n return testing;\n}\n\ninterface Test {\n message: string;\n}\n\ndocument.addEventListener(\"ready\", function () {\n var test = testCustom();\n});"],"names":[],"sourceRoot":""}