UNPKG

@stryke/helpers

Version:

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

2 lines (1 loc) 108 B
import{timeout as o}from"./timeout";export async function withTimeout(r,e){return Promise.race([r(),o(e)])}