pipe | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/stdpipeFunction pipepipe(fn0: unknown, ...fns: ((x: unknown) => unknown)[]): unknownChain together (possibly async) function calls, each receiving the resolved (awaited) output of the previous one. The first parameter may be a value, all further parameters must be functions. Type safe up to 16 parameters Parametersfn0: unknown...fns: ((x: unknown) => unknown)[]Returns unknownSettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Chain together (possibly async) function calls, each receiving the resolved (awaited) output of the previous one. The first parameter may be a value, all further parameters must be functions. Type safe up to 16 parameters