defineService
function exported by @mwillbanks/tuil-core.
function
Public function exported by @mwillbanks/tuil-core.
export function defineService<const TId extends string, TValue>(
definition: ServiceDefinition<TId, TValue>,
): ServiceDefinition<TId, TValue>;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
definition | ServiceDefinition<TId, TValue> | Yes | Supplies the definition value as ServiceDefinition<TId, TValue>. | ServiceDefinition |
Returns
ServiceDefinition<TId, TValue> — Returns a value that satisfies ServiceDefinition<TId, TValue>.
Related types: ServiceDefinition
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference