UNPKG

@extendscript/modules.init

Version:

This module creates the shared `Sky` object. A peer-dependency for all ExtendScript Modules.

12 lines (7 loc) 140 B
#include "../init.js" var GlobalX233 = function() { $.global.X = 33; }; Sky.IQ.add( GlobalX233 ); Sky.init(); $.writeln( X === 33);