9 lines
312 B
JavaScript
9 lines
312 B
JavaScript
|
|
(function() {
|
||
|
|
var implementors = Object.fromEntries([["cosmic",[]],["cosmic_client_toolkit",[]]]);
|
||
|
|
if (window.register_implementors) {
|
||
|
|
window.register_implementors(implementors);
|
||
|
|
} else {
|
||
|
|
window.pending_implementors = implementors;
|
||
|
|
}
|
||
|
|
})()
|
||
|
|
//{"start":57,"fragment_lengths":[13,29]}
|