4 lines
202 B
TypeScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
import { attempt } from "./attempt.mjs";
import { attemptAsync } from "./attemptAsync.mjs";
import { invariant } from "./invariant.mjs";
export { invariant as assert, attempt, attemptAsync, invariant };