provideCapability(
name,implementation):void
Defined in: types.d.ts:105
Provides a capability implementation for other mods to use.
Parameters
name
string
Uniquely qualified name of the capability.
implementation
any
The implementation object or function.
Returns
void
