src/function/index.js

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