time-to-botec/squiggle/node_modules/@rescript/std/lib/js/callback.js
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

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 */