UNPKG

@stryke/helpers

Version:

A package containing miscellaneous helper functions that are used across many different Storm Software projects.

2 lines (1 loc) 129 B
import{delay as o}from"./delay";import{TimeoutError as e}from"./errors";export async function timeout(r){throw await o(r),new e}