suissa / test_jsdoc_ts

A test demonstrating JSDOC typechecking with Typescript + Documentation generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository showcases how you can have typechecking in JS files using Typescript and also generates documentation, inline testing and coverage

Steps:

  • npm install
  • npm run docs
  • npm run test
  • npm run coverage

About

A test demonstrating JSDOC typechecking with Typescript + Documentation generator


Languages

Language:JavaScript 72.3%Language:TypeScript 27.7%