Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.2 KB

down

nest badge GitHub Workflow Status Coverage

Check if website is down using ping command.

Example

import { down } from 'https://deno.land/x/[email protected]/mod.ts'

await down('example.com') // false

Registries

the ping module is available in the following Deno registries: