Total Complexity | 1 |
Complexity/F | 0 |
Lines of Code | 5 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | // fix define function while using node |
||
2 | if (typeof define == "undefined") { |
||
3 | const define = function (...any: any) {}; |
||
4 | } |
||
5 |