UNPKG

poweroff-tool

Version:

This is application which power off a pc when it triggered

6 lines (4 loc) 178 B
const IP_REGEX = /^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/; module.exports = { validateIP: IP_REGEX.test.bind(IP_REGEX), }