iarna/aproba

How do I use it in typescript?

Drincann opened this issue · 1 comments

Is there a type declaration?

iarna commented

I think, without testing, that it'd roughly be (I'm not too sure on the exporting of a type this way):

interface FuncValidate {
  (rawSchemas: string, args: any[])
}
export default FuncValidate

If you want to test that and PR it, I'd take it =)