import type { FunctionSpec } from "./Functions"; export const asFunction = (def: FunctionSpec) => def;