Genel bakış
re-exportCore Record

thrown

Re-exports core result helpers used by advanced record internals.

Signature

tsSignature
export { thrown }

Imports

tsImport
import { thrown } from "@/lib/flow/core/record";
import { thrown } from "@/lib/flow";

Details

These exports are documented so generated API coverage stays complete for the installed core

record module.

Source

tsflow/core/record.ts:224-224
export { err, ok, thrown };