import { MathMultiply } from './MathMultiply.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'; /** * The square of a number. * * @template N The number to square. * @returns The square of the number. * @example MathSquare<2> // 4 */ type MathSquare = MathMultiply; export type { MathSquare };