How to get My PUBLIC IP address Using Node js

I want to get my Public IP address using Node js only

For example when i search on Google
“What is my Ip address “

Gives me output like
10X.XX.XX.XXX

How to get this Ip address Using node js without importing any Libraries like ip , Public-ip etc …

I want to write my Custom Code to get public ip
Without sending requests to other websites like whatismyipaddress.com , ipconfig.com etc …