Offroaders123 / NBTify

A library to read and write NBT files on the web!
http://npm.im/nbtify
MIT License
42 stars 5 forks source link

Interface Index Signature Validation with Satisfies #28

Closed Offroaders123 closed 1 year ago

Offroaders123 commented 1 year ago

Kind of found a neat way to mitigate this, by manually adding a satisfies operator combination in conjunction with the data structure you'd like to make NBT from. (See it in this commit here https://github.com/Offroaders123/NBTify/commit/86aec8e6bd1b8c8a96a7200d820e423cd1bc52db)