ianstormtaylor / superstruct

A simple and composable way to validate data in JavaScript (and TypeScript).

Home Page:https://docs.superstructjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The error types are different in the docs

Jakeii opened this issue · comments

Nice work with this project!

The docs seem to indicate different types than the code for the props of StructError should one be corrected?

for example the docs say key should be string | number | undefined but the in the type is any in the code.