Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / areBuiltinsInstalled

Function: areBuiltinsInstalled()

ts
function areBuiltinsInstalled(): boolean;

Defined in: packages/security/src/secrets/resolvers/registry.ts:125

Internal

Whether the built-in resolver set has been installed in the current registry. The factory and validateSecretRefs(...) use this to surface the "did you forget to import @graphorin/security?" failure early.

Returns

boolean