mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-23 06:30:05 +00:00
9 lines
287 B
JavaScript
9 lines
287 B
JavaScript
(function() {
|
|
var type_impls = Object.fromEntries([["mito2",[]],["store_api",[]]]);
|
|
if (window.register_type_impls) {
|
|
window.register_type_impls(type_impls);
|
|
} else {
|
|
window.pending_type_impls = type_impls;
|
|
}
|
|
})()
|
|
//{"start":55,"fragment_lengths":[12,17]}
|