15 lines
209 B
JavaScript
15 lines
209 B
JavaScript
'use strict';
|
|
|
|
|
|
function register(param, param$1) {
|
|
|
|
}
|
|
|
|
function register_exception(param, param$1) {
|
|
|
|
}
|
|
|
|
exports.register = register;
|
|
exports.register_exception = register_exception;
|
|
/* No side effect */
|