UNPKG

@tempest/core

Version:

The core of the Tempest Stream Library

3 lines 86 B
export function fatalError (err: Error): void { setTimeout(() => { throw err }, 0) }