Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/fp.ts
Takes a value and applies a function to it.
Signature
tsfunction thrush(arg: I, proc: (arg: I) => K)
Parameters
| Name | Type |
|---|---|
arg | I |
proc | (arg: I) => K |
Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/fp.ts
Takes a value and applies a function to it.
tsfunction thrush(arg: I, proc: (arg: I) => K)
| Name | Type |
|---|---|
arg | I |
proc | (arg: I) => K |
Was this page helpful?