square / svelte-store

528 stars 36 forks source link

Overhaul typing to use strict mode #62

Open Akolyte01 opened 1 year ago

Akolyte01 commented 1 year ago

This package was not written in typescript's strict mode, and as such consumers that are in strict mode run into some inconsistent typing, particularly when it comes to potentially undefined values. This package should be overhauled to be strict mode compatible, at which point further typing issues will be easier to identify and resolve.