The *if* condition on line 25 gets triggered when o is 0 or an empty string. It should be replaced with something like `o === undefined || o === null`. https://github.com/OneOfOne/struct2ts/blob/2c27bcdc3f2de7aefd92b2a230442fdc7a2a524c/helpers.ts#L25