site/www/js/smc/lib.js

4 lines
95 B
JavaScript

import { Smc } from "./smc.js";
import { SmcErr } from "./errors.js";
export { Smc, SmcErr };