tryError Documentation
Function: intern()
Function
```ts function intern(str): string; ``` Defined in: [intern.ts:164](https://github.com/oconnorjohnson/try-error/blob/e3ae0308069a4fba073f4543d527ad76373db795/src/intern.ts#L164) Intern a string for reuse
tryError API Documentation v0.0.1-alpha.1
tryError API Documentation / intern
Function: intern()
function intern(str): string;
Defined in: intern.ts:164
Intern a string for reuse
Parameters
str
string
Returns
string