0.0.4 • Published 4 years ago

type-sure v0.0.4

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

type-sure

NPM version NPM downloads

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

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago