plugin-samples
plugin-samples copied to clipboard
refactor: migrate variables sample to TS
Motivation
I am creating a plugin based on the variables-import-export sample. I found the code is relatively more complicated than other samples. Migrating it to TS as well as other samples will be beneficial from the perspective of readability and customizability.