function pipeAsyncimport { pipeAsync } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts"; pipeAsync<TArg, R1, R2, R3, R4, R5, R6, R7, TResult>(...funcs: [(a: Awaited<TArg>) => R1, (a: Awaited<R1>) => R2, (a: Awaited<R2>) => R3, (a: Awaited<R3>) => R4, (a: Awaited<R4>) => R5, (a: Awaited<R5>) => R6, (a: Awaited<R6>) => R7, Array<(a: any) => any>, (a: any) => TResult, ]): (a: TArg | Promise<TArg>) => TResultpipeAsync<TArg, R1, R2, R3, R4, R5, R6, R7>(f1: (a: Awaited<TArg>) => R1,f2: (a: Awaited<R1>) => R2,f3: (a: Awaited<R2>) => R3,f4: (a: Awaited<R3>) => R4,f5: (a: Awaited<R4>) => R5,f6: (a: Awaited<R5>) => R6,f7: (a: Awaited<R6>) => R7,): (a: TArg | Promise<TArg>) => R7pipeAsync<TArg, R1, R2, R3, R4, R5, R6>(f1: (a: Awaited<TArg>) => R1,f2: (a: Awaited<R1>) => R2,f3: (a: Awaited<R2>) => R3,f4: (a: Awaited<R3>) => R4,f5: (a: Awaited<R4>) => R5,f6: (a: Awaited<R5>) => R6,): (a: TArg | Promise<TArg>) => R6pipeAsync<TArg, R1, R2, R3, R4, R5>(f1: (a: Awaited<TArg>) => R1,f2: (a: Awaited<R1>) => R2,f3: (a: Awaited<R2>) => R3,f4: (a: Awaited<R3>) => R4,f5: (a: Awaited<R4>) => R5,): (a: TArg | Promise<TArg>) => R5pipeAsync<TArg, R1, R2, R3, R4>(f1: (a: Awaited<TArg>) => R1,f2: (a: Awaited<R1>) => R2,f3: (a: Awaited<R2>) => R3,f4: (a: Awaited<R3>) => R4,): (a: TArg | Promise<TArg>) => R4pipeAsync<TArg, R1, R2, R3>(f1: (a: Awaited<TArg>) => R1,f2: (a: Awaited<R1>) => R2,f3: (a: Awaited<R2>) => R3,): (a: TArg | Promise<TArg>) => R3pipeAsync<TArg, R1, R2>(f1: (a: Awaited<TArg>) => R1, f2: (a: Awaited<R1>) => R2): (a: TArg | Promise<TArg>) => R2pipeAsync<TArg, R1>(f1: (a: Awaited<TArg>) => R1): (a: TArg | Promise<TArg>) => R1Type ParametersTArgR1R2R3R4R5R6R7TResultParameters...funcs: [(a: Awaited<TArg>) => R1, (a: Awaited<R1>) => R2, (a: Awaited<R2>) => R3, (a: Awaited<R3>) => R4, (a: Awaited<R4>) => R5, (a: Awaited<R5>) => R6, (a: Awaited<R6>) => R7, Array<(a: any) => any>, (a: any) => TResult, ]Returns(a: TArg | Promise<TArg>) => TResultType ParametersTArgR1R2R3R4R5R6R7Parametersf1: (a: Awaited<TArg>) => R1f2: (a: Awaited<R1>) => R2f3: (a: Awaited<R2>) => R3f4: (a: Awaited<R3>) => R4f5: (a: Awaited<R4>) => R5f6: (a: Awaited<R5>) => R6f7: (a: Awaited<R6>) => R7Returns(a: TArg | Promise<TArg>) => R7Type ParametersTArgR1R2R3R4R5R6Parametersf1: (a: Awaited<TArg>) => R1f2: (a: Awaited<R1>) => R2f3: (a: Awaited<R2>) => R3f4: (a: Awaited<R3>) => R4f5: (a: Awaited<R4>) => R5f6: (a: Awaited<R5>) => R6Returns(a: TArg | Promise<TArg>) => R6Type ParametersTArgR1R2R3R4R5Parametersf1: (a: Awaited<TArg>) => R1f2: (a: Awaited<R1>) => R2f3: (a: Awaited<R2>) => R3f4: (a: Awaited<R3>) => R4f5: (a: Awaited<R4>) => R5Returns(a: TArg | Promise<TArg>) => R5Type ParametersTArgR1R2R3R4Parametersf1: (a: Awaited<TArg>) => R1f2: (a: Awaited<R1>) => R2f3: (a: Awaited<R2>) => R3f4: (a: Awaited<R3>) => R4Returns(a: TArg | Promise<TArg>) => R4Type ParametersTArgR1R2R3Parametersf1: (a: Awaited<TArg>) => R1f2: (a: Awaited<R1>) => R2f3: (a: Awaited<R2>) => R3Returns(a: TArg | Promise<TArg>) => R3Type ParametersTArgR1R2Parametersf1: (a: Awaited<TArg>) => R1f2: (a: Awaited<R1>) => R2Returns(a: TArg | Promise<TArg>) => R2Type ParametersTArgR1Parametersf1: (a: Awaited<TArg>) => R1Returns(a: TArg | Promise<TArg>) => R1