#!/usr/bin/env node
export { createNewStandardLint } from './domain/StandardLint.mjs';
import './interface/StandardLint.mjs';
import './interface/Check.mjs';
