DigitalData.UserManager/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/babel-webpack/8db5f46d47cb9ed598de6a059c8eece12f38eea574ccf31a4632c2d7089ee31e.json

1 line
1.1 KiB
JSON

{"ast":null,"code":"import { reduce } from './reduce';\nimport { isFunction } from '../util/isFunction';\nexport function max(comparer) {\n return reduce(isFunction(comparer) ? (x, y) => comparer(x, y) > 0 ? x : y : (x, y) => x > y ? x : y);\n}","map":{"version":3,"names":["reduce","isFunction","max","comparer","x","y"],"sources":["E:/TekH/Visual Studio/WebUserManager/DigitalData.UserManager.NgWebUI/ClientApp/node_modules/rxjs/dist/esm/internal/operators/max.js"],"sourcesContent":["import { reduce } from './reduce';\nimport { isFunction } from '../util/isFunction';\nexport function max(comparer) {\n return reduce(isFunction(comparer) ? (x, y) => (comparer(x, y) > 0 ? x : y) : (x, y) => (x > y ? x : y));\n}\n"],"mappings":"AAAA,SAASA,MAAM,QAAQ,UAAU;AACjC,SAASC,UAAU,QAAQ,oBAAoB;AAC/C,OAAO,SAASC,GAAGA,CAACC,QAAQ,EAAE;EAC1B,OAAOH,MAAM,CAACC,UAAU,CAACE,QAAQ,CAAC,GAAG,CAACC,CAAC,EAAEC,CAAC,KAAMF,QAAQ,CAACC,CAAC,EAAEC,CAAC,CAAC,GAAG,CAAC,GAAGD,CAAC,GAAGC,CAAE,GAAG,CAACD,CAAC,EAAEC,CAAC,KAAMD,CAAC,GAAGC,CAAC,GAAGD,CAAC,GAAGC,CAAE,CAAC;AAC5G","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}