Eppo-exp / node-server-sdk

Eppo Node.js SDK
MIT License
9 stars 0 forks source link

enable strict null checks #32

Closed leoromanovsky closed 1 year ago

leoromanovsky commented 1 year ago

labels: mergeable

Fixes: #issue

Motivation and Context

To prep for returning typed values in the node SDK I would like to enable strict null checking.

Description

I am staying with the convention of this repository and returning null instead of undefined

How has this been tested?