kjelsrud.dev/node_modules/sucrase/dist/esm/Options.js
sindrekjelsrud bb41712ce4 add TailwindCSS
+ a lot of node_modules?? unsure what happened
2023-07-20 20:28:44 +02:00

101 lines
351 B
JavaScript

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