@arcmantle/adapter-element
    Preparing search index...

    Variable isPrimitiveConst

    isPrimitive: (value: unknown) => value is Primitive

    Tests if a value is a primitive value.

    See https://tc39.github.io/ecma262/#sec-typeof-operator

    Type declaration

      • (value: unknown): value is Primitive
      • Parameters

        • value: unknown

        Returns value is Primitive