Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / assertNotNakedString

Function: assertNotNakedString()

ts
function assertNotNakedString(input): void;

Defined in: packages/security/src/secrets/secret-ref.ts:653

Reject naked strings (no scheme) at validation time. Used by the resolver dispatcher so a typo in *Ref config does not silently fall through to a default scheme.

Parameters

ParameterType
inputstring

Returns

void

Stable