Total Complexity | 1 |
Complexity/F | 0 |
Lines of Code | 7 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Coverage | 50% |
Changes | 0 |
1 | import Jrid from './jrid' |
||
2 | |||
3 | 2 | if (typeof window !== "undefined") { |
|
4 | // eslint-disable-next-line |
||
5 | (window as any).Jrid = Jrid |
||
6 | } |
||
7 | |||
8 | // console.log(`Jrid v${Jrid.version}`) |
||
9 |