UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

4 lines 202 B
import { attempt } from "./attempt.mjs"; import { attemptAsync } from "./attemptAsync.mjs"; import { invariant } from "./invariant.mjs"; export { invariant as assert, attempt, attemptAsync, invariant };