//#region src/types/_internal/AnyFunction.d.ts
type AnyFunction<TReturnType = any> = (...args: any[]) => TReturnType;
//#endregion
export { AnyFunction as t };
//# sourceMappingURL=AnyFunction-C6KudB8p.d.cts.map