UNPKG

cognitive-complexity-ts

Version:

This program analyses TypeScript and JavaScript code according to the [Cognitive Complexity metric](https://www.sonarsource.com/docs/CognitiveComplexity.pdf). It produces a JSON summary and a GUI for exploring the complexity of your codebase.

13 lines (12 loc) 368 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link href="/main.css" rel="stylesheet"> <script src="/main.js" type="module"></script> </head> <body> <h1>Cognitive Complexity TS</h1> <noscript>JavaScript is required to build and use the interactive Cognitive Complexity summary.</noscript> </body> </html>