standardized-audio-context
standardized-audio-context copied to clipboard
feat(package): export type guards
This PR aims to solve #1011.
By exporting type guards consumers, like myself, can use said type guards to narrow down different audio nodes for different behaviours. I am currently experimenting with creating a declarative audio renderer, hence my need to narrow down declared nodes to their instances.
I have built and verified that I can import it and use it from another project.