Files
lcbp3.np-dms.work/frontend/node_modules/sucrase/dist/esm/Options.js
2025-09-21 20:29:15 +07:00

102 lines
351 B
JavaScript
Executable File

import {createCheckers} from "ts-interface-checker";
import OptionsGenTypes from "./Options-gen-types";
const {Options: OptionsChecker} = createCheckers(OptionsGenTypes);
export function validateOptions(options) {
OptionsChecker.strictCheck(options);
}