import type { Bounded } from "@principia/prelude/Bounded"; import { identity } from "../Function"; import type { Const } from "./model"; /* * ------------------------------------------- * Bounded Const * ------------------------------------------- */ /** * @category Instances * @since 1.0.0 */ export const getBounded: (B: Bounded) => Bounded> = identity as any;