ts-runtime-checks
ts-runtime-checks copied to clipboard
Request: Full examples?
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'