@pleisto/active-support
    Preparing search index...

    Variable isPrimitiveConst

    isPrimitive: (value: any) => boolean

    Checks if the given value is primitive.

    Primitive Types: number , string , boolean , symbol, bigint, undefined, null

    Type declaration

      • (value: any): boolean
      • Parameters

        • value: any

          value to check

        Returns boolean

        result