ts-runtime-checks icon indicating copy to clipboard operation
ts-runtime-checks copied to clipboard

Request: Full examples?

Open douglasg14b opened this issue 1 year ago • 0 comments

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'

douglasg14b avatar Sep 25 '24 21:09 douglasg14b