{"ast":null,"code":"import { environment } from '../environments/environment';\nexport function devLog(...args) {\n  if (!environment.production) {\n    console.log('[DEV LOG]', ...args);\n  }\n}","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}