alveusgg / data

Shared data repository for Alveus.gg projects
Other
9 stars 7 forks source link

Expose PartialDateString type #30

Closed MattIPv4 closed 1 year ago

MattIPv4 commented 1 year ago

Open to better ways to structure this, but wanted to have a central place to expose some of our more generic types (so they can easily be referenced from site code etc.)

MattIPv4 commented 1 year ago

TIL about the implication that had for a .js file existing (gotta love that TS makes so many assumptions about .js files when it works with .ts files).