import { Args, Function } from '.'; import { Length } from '../list'; /** * gets the arity of a function * * @since 0.0.7 */ export type Arity = Length>; //# sourceMappingURL=arity.d.ts.map