type-sure

[![NPM version][npm-image]][npm-url] [![NPM downloads][downloads-image]][downloads-url]

Usage no npm install needed!

<script type="module">
  import typeSure from 'https://cdn.skypack.dev/type-sure';
</script>

README

type-sure

[![NPM version][npm-image]][npm-url] [![NPM downloads][downloads-image]][downloads-url]

Generic Type Testing Framework

Why? TODO

Installation

npm install type-sure --save-dev

Usage

TODO;

Examples

TODO;

Prior works

  • ts-check Checks TypeScript types match expected values
  • SimplyTyped Yet another Typescript type library for advanced types
  • type-plus Additional types and types adjusted utilities for TypeScript
  • dtslint does type checks via comment directives and inspired this approach of using the compiler
  • tsd-check is a CLI that runs the TypeScript type checker over assertions
  • static-type-assert exposes a similar API surface with some type assertion functions

License

GNU GENERAL PUBLIC LICENSE Version 3

Copyright (c) 2020 Joshua Coussard