import { MathAdd } from './MathAdd.js'; import './chunks/CM89_aaq.js'; import './BooleanNor.js'; import './BooleanNot.js'; import './BooleanOr.js'; import './Tuple.js'; import './chunks/DZEfmVOc.js'; import './BooleanAnd.js'; import './MaybeReadonly.js'; import './TupleLength.js'; /** * Integer increased by 1 * * @template N The number to increase * @returns The number increased by 1 * @example MathIncrease<1> // 2 */ type MathIncrease = MathAdd; export type { MathIncrease };