Elby Basolis

Results 2 issues of Elby Basolis

When installing ts-patch with Yarn 2 (pnp) I get errors regarding undeclared dependencies for `glob` and `resolve`: `Error: ts-patch tried to access glob, but it isn't declared in its dependencies;...

question

The static methods [Model.columnNameToPropertyName()](https://vincit.github.io/objection.js/api/model/static-methods.html#static-columnnametopropertyname) and [Model.propertyNameToColumnName() ](https://vincit.github.io/objection.js/api/model/static-methods.html#static-propertynametocolumnname) are defined in the docs and are implemented on the Model class, but aren't exposed in `typings/objection/index.d.ts`. Typescript complains when I do something...