Function isPrototype

  • Checks if value is likely a prototype object.

    Parameters

    • value: unknown

    Returns boolean

    Since

    1.0.0

    Example

    isPrototype(Object.prototype);
    // => true