Change .tailor
's type definition to return this
.
#3063
Labels
feature
New functionality or improvement
.tailor
's type definition to return this
.
#3063
Runtime
node.js
Runtime version
18.20.4
Module version
17.13.3
Used with
hapi application
Any other relevant information
No response
What problem are you trying to solve?
The
.tailor
call's type definition returnSchema
and loses the actual schema type it was called on. It likely should returnthis
.Do you have a new or modified API suggestion to solve the problem?
Have
.tailor
returnthis
in theindex.d.ts
.The text was updated successfully, but these errors were encountered: