npm.io
1.0.2 • Published 6 years ago

@halfbug/is_base_url

Licence
MIT
Version
1.0.2
Deps
0
Size
1004 B
Vulns
0
Weekly
0

use to check the if the call is form localhost or form live domain.

Install via NPM:

npm install @halfbug/is_base_url --save

Usage


import baseurl from "@halfbug/is_base_url";

baseurl == localhost ? "its local" : "any other domain";

Keywords