T - the typepublic static interface Export.Pointer<T> extends Supplier<T>
Can be used in scripts to simplify the process of obtaining an export whose instance is likely to change during runtime.
e.g.
const someExport = exports.pointer("example-namespace");
someExport().doSomething();
Copyright © 2018. All rights reserved.