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

5 lines
203 B
JavaScript

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