Codevendor / inferjs-library

A runtime library that allows you to infer rules for extended type checking in JavaScript.
https://inferjs.com
MIT License
1 stars 0 forks source link

Found a bug where type {any} is needed #5

Closed Codevendor closed 1 year ago

Codevendor commented 1 year ago

Describe the bug Infer type check of {any} or {*} is needed. Sometimes you may want to allow all types to be passed as parameter.

Codevendor commented 1 year ago

Added to v0.0.6