Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/fp.ts
Calls callback with the first argument, and returns it.
Signature
tsfunction tap(arg: T, proc: (arg: T) => unknown): T
Parameters
| Name | Type |
|---|---|
arg | T |
proc | (arg: T) => unknown |
Returns: T
Was this page helpful?