@alphea/fn
v0.1.3
Published
Function authoring SDK and runtime context types for ALPHEA
Readme
@alphea/fn
Function authoring SDK and runtime context types for ALPHEA functions.
Use this package inside TypeScript-authored ALPHEA functions:
import { alpheaError, defineFn, isAlpheaErrorCode } from "@alphea/fn";Function operations use a host-mediated function grant supplied by the runtime.
Shared ALPHEA error helpers are exported here so function source that already
depends on @alphea/fn does not need a direct @alphea/framework dependency.
This package does not expose browser capability gateway bindings or
caller-supplied Foundation bearer credentials.
