I create a NativeScript plugin. I would like the plugin to be instantiated when it is imported. Is it possible ? If I think badly, is there another way?
// A message should appear in the console
import * example from "example";
// The message appears in the console because the plugin is imported