NoriSte/typescript-is-type

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "typescript-is-type",
  "version": "1.0.2",
  "description": "A Typescript-safe runtime type check function",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": "https://github.com/NoriSte/typescript-is-type",
  "author": "Stefano Magni <nori.ste.magni@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "26.0.15",
    "coveralls": "3.1.0",
    "jest": "26.6.3",
    "ts-jest": "26.4.4",
    "typescript": "4.0.5",
    "@stryker-mutator/core": "4.1.2",
    "@stryker-mutator/html-reporter": "3.1.0",
    "@stryker-mutator/javascript-mutator": "4.0.0",
    "@stryker-mutator/jest-runner": "4.1.2"
  },
  "scripts": {
    "test": "jest && npx stryker run ",
    "test:watch": "jest --watch"
  }
}