UNPKG

callyflower

Version:

A collection of lightweight higher order functions to add customizable event handling to a function execution flow.

5 lines (4 loc) 185 B
import { withOnCall } from "./withOnCall"; import { withOnResult } from "./withOnResult"; import { withOnCatch } from "./withOnCatch"; export { withOnCall, withOnResult, withOnCatch };