Skip to main content
Module

x/froebel/mod.ts>bundleSync

A strictly typed utility library.
Go to Latest
variable bundleSync
import { bundleSync } from "https://deno.land/x/froebel@v0.22.0/mod.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