UNPKG
@tempest/core
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.0.2
0.0.1
The core of the Tempest Stream Library
@tempest/core
/
src
/
util
/
fatalError.ts
3 lines
•
86 B
text/typescript
View Raw
1
2
3
export
function
fatalError
(
err:
Error
):
void
{
setTimeout
(
() =>
{
throw
err },
0
) }