1.0.3 • Published 1 year ago

ts-simple-assertions v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago