Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / createApiBoundaryGuard

Function: createApiBoundaryGuard()

ts
function createApiBoundaryGuard(opts): MemoryModificationGuard;

Defined in: packages/security/src/guard/api-boundary-guard.ts:52

Construct an API_BOUNDARY_GUARD.

Parameters

ParameterType
optsApiBoundaryGuardOptions

Returns

MemoryModificationGuard

Stable