# is-localhost **Repository Path**: mirrors_yorkie/is-localhost ## Basic Information - **Project Name**: is-localhost - **Description**: Determine if a host is a localhost - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README is-localhost ============ Determine if a host is a localhost ## install ```sh $ npm install is-localhost ``` ## usage ```js var isLocal = require('is-localhost') isLocal('127.0.0.1'); // true isLocal('12.34.56.78'); // false isLocal('::1'); // true ``` ## license MIT