Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/froebel/function.ts>bundleSync

A strictly typed utility library.
Latest
variable bundleSync
import { bundleSync } from "https://deno.land/x/froebel@v0.23.2/function.ts";

Same as bundle, but return synchronously.

If any of the functions throws an error synchronously, none of the functions after it will be invoked and the error will propagate.

type

<T extends unknown[]>(...funs: (λ<T> | undefined)[]) => unknown