1.0.3 • Published 2 years ago

ts-simple-assertions v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ts-assertions

A TypeScript library for type assertions.

Installation

npm install ts-simple-assertions

Usage

import { assert_string } from 'ts-assertions';

const value: any = 'hello';
assertString(value); // No error
assertString(123); // Throws error
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago