/** * @overview Function utils. * @module @cgnal/utils/function */ export { default as nullary } from "./nullary";