tryError Documentation
Function: getFactory()
Function
```ts function getFactory(name): undefined | Function; ``` Defined in: [factories.ts:133](https://github.com/oconnorjohnson/try-error/blob/e3ae0308069a4fba073f4543d527ad76373db795/src/factories.ts#L133) Get a registered factory by name
tryError API Documentation v0.0.1-alpha.1
tryError API Documentation / getFactory
Function: getFactory()
function getFactory(name): undefined | Function;
Defined in: factories.ts:133
Get a registered factory by name
Parameters
name
string
Returns
undefined
| Function