StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/interactjs/index.js.map

17 lines
856 B

{
"version": 3,
"sources": [
"index.ts"
],
"names": [
"interact",
"init",
"module",
"exports",
"default"
],
"mappings": "AAAA,OAAOA,QAAP,IAAmBC,IAAnB;AACA;;AAEA,IAAI,OAAOC,MAAP,KAAkB,QAAlB,IAA8B,CAAC,CAACA,MAApC,EAA4C;AAC1C,MAAI;AAAEA,IAAAA,MAAM,CAACC,OAAP,GAAiBH,QAAjB;AAA2B,GAAjC,CACA,MAAM,CAAE;AACT;;AAEAA,QAAD,CAAkBI,OAAlB,GAA4BJ,QAA5B,CAAqC;AAArC;AACEA,QAAD,CAAkBC,IAAlB,GAAyBA,IAAzB,C,CAA8B;;AAE/B,eAAeD,QAAf",
"sourcesContent": [
"import interact, { init } from '@interactjs/interactjs/index'\nexport * from '@interactjs/interactjs/index'\n\nif (typeof module === 'object' && !!module) {\n try { module.exports = interact }\n catch {}\n}\n\n(interact as any).default = interact // tslint:disable-line no-string-literal\n;(interact as any).init = init // tslint:disable-line no-string-literal\n\nexport default interact\n"
]
}