You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examples seem to omit the imports, and imports like import { is } from 'ts-runtime-checks'; don't work since items like is are not exported/provided by ts-runtime-checks after build time 🤔
import { is } from 'ts-runtime-checks';
^
SyntaxError: The requested module 'ts-runtime-checks' does not provide an export named 'is'
The text was updated successfully, but these errors were encountered:
Examples seem to omit the imports, and imports like
import { is } from 'ts-runtime-checks';
don't work since items likeis
are not exported/provided byts-runtime-checks
after build time 🤔The text was updated successfully, but these errors were encountered: