Skip to content

routier-collection


routier-collection / plugins/encryption/src / isEnvelope

Function: isEnvelope()

isEnvelope(value): value is string

Defined in: plugins/encryption/src/cipher.ts:52

Whether a stored value is one of ours. Cheap, and checked before anything is decrypted.

Parameters

value

unknown

Returns

value is string

Released under the MIT License.