diegohaz / schm

Composable schemas for JavaScript and Node.js

Home Page:https://git.io/schm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript compatible?

ChristoRibeiro opened this issue · comments

Hello, do you plan to add types declaration?

commented

We currently have only flow types (e.g. https://github.com/diegohaz/schm/blob/master/packages/schm/src/index.js.flow).

I'd be glad to accept a PR adding TypeScript declarations.

I will take a look for that ;)