2026-05-31 13:54:31 +02:00

4 lines
202 B
TypeScript

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