Gwenael

Results 2 issues of Gwenael

Hi, For a schema I want to use a custom constructor to slightly modify the values before using them: ```ts import * as SchemaObject from "schema-object"; const StatsSchema = new...

Hi, When i execute the code https://www.npmjs.com/package/schema-object#extend I have a typescript error : ```error TS2339: Property 'extend' does not exist on type 'new (values?: {}) => SchemaObjectInstance'.```