UNPKG

@brainfish-ai/web-tracker

Version:

Brainfish Tracker for Web

7 lines (6 loc) 210 B
/** * Checks if the current hostname is a local development environment * * @returns boolean - true if the hostname is localhost or 127.0.0.1, false otherwise */ export default function isLocal(): boolean;