Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/fp.ts
Calls the passed function.
Signature
tsfunction call(proc: () => unknown)
Parameters
| Name | Type |
|---|---|
proc | () => unknown |
Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/fp.ts
Calls the passed function.
tsfunction call(proc: () => unknown)
| Name | Type |
|---|---|
proc | () => unknown |
Was this page helpful?