// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck

export type {
	CompareOptions,
	SimpleTypedVariable,
	BasicCompareType,
	BasicCompareObject,
	CompareType,
	Comparable,
} from "./src/comparator.ts";

export { compare, same, different } from "./src/comparator.ts";
