dCBOR Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
notPatternMatches
Function notPatternMatches
notPatternMatches
(
pattern
:
NotPattern
,
haystack
:
Cbor
)
:
boolean
Tests if a CBOR value matches this not pattern. Returns true if the inner pattern does NOT match.
Parameters
pattern
:
NotPattern
haystack
:
Cbor
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
dCBOR Pattern TypeScript - v1.0.0-alpha.20
Loading...
Tests if a CBOR value matches this not pattern. Returns true if the inner pattern does NOT match.