()
| 565 | |
| 566 | // Used exclusively in TypeScript contexts to enable auto type inference from JSON schema. |
| 567 | function withTypeProvider () { |
| 568 | return this |
| 569 | } |
| 570 | |
| 571 | // wrapper that we expose to the user for hooks handling |
| 572 | function addHook (name, fn) { |
nothing calls this directly
no outgoing calls
no test coverage detected