@mudssky/jsutils
    Preparing search index...

    Function isPrimitive

    • Checks if the given value is primitive.

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

      Parameters

      • value: any

        value to check

      Returns boolean

      result