1 2 3 4 5 6
mergeInto(LibraryManager.library, { sample_function__sig: 'v', sample_function: function() { alert("Something happened!"); }, });