Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/fp.ts
returns a function which when called always returns the passed value
Signature
tsfunction always(value: T)
Parameters
| Name | Type |
|---|---|
value | T |
Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/fp.ts
returns a function which when called always returns the passed value
tsfunction always(value: T)
| Name | Type |
|---|---|
value | T |
Was this page helpful?