GoogleFeud / ts-runtime-checks

A typescript transformer that automatically generates validation code from your types.
https://googlefeud.github.io/ts-runtime-checks/
MIT License
312 stars 7 forks source link

Request: Full examples? #67

Open douglasg14b opened 3 weeks ago

douglasg14b commented 3 weeks ago

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'