UNPKG

537 BSource Map (JSON)View Raw
1{
2 "version": 3,
3 "sources": [
4 "index.ts"
5 ],
6 "names": [
7 "interact",
8 "module",
9 "exports",
10 "default"
11 ],
12 "mappings": "OACOA,MAAc,wDAENA,EAEf,GAAsB,iBAAXC,QAAyBA,OAClC,IAAMA,OAAOC,QAAUF,EACvB,OAGDA,EAAiBG,QAAUH",
13 "sourcesContent": [
14 "// eslint-disable-next-line import/no-extraneous-dependencies\nimport interact from '@interactjs/interactjs/index'\n\nexport default interact\n\nif (typeof module === 'object' && !!module) {\n try { module.exports = interact }\n catch {}\n}\n\n(interact as any).default = interact\n"
15 ]
16}
\No newline at end of file