mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-24 22:45:45 +00:00
9 lines
332 B
JavaScript
9 lines
332 B
JavaScript
(function() {
|
|
var implementors = Object.fromEntries([["db_core",[]],["db_sqlx_maria",[]],["db_sqlx_postgres",[]]]);
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
})()
|
|
//{"start":57,"fragment_lengths":[14,21,24]}
|