Whats the difference between the different imports?
Some packages reexport things from djs for example. What is the best practise to use? And whats the difference?
Solution
discord.js only exports a type which is an alias for string. @sapphire/snowflake is a TS implementation of the snowflake system. They are 2 completely different things.
(also you could've found this out by checking the djs and sapphire docs)