Function prototypeOf

  • Returns the Object.getPrototypeOf result of value.

    Parameters

    • value: unknown

    Returns any

    Since

    1.0.0

    Example

    prototypeOf(Object.create(null));
    // => null