Function: isRegistered()
function isRegistered(name): boolean;
Defined in: packages/blockly/core/extensions.ts:126
Returns whether an extension is registered with the given name.
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | The name of the extension to check for. |
Returns
boolean
True if the extension is registered. False if it is not registered.