https://github.com/dcdunkan/deno-ip
Deno port of https://github.com/indutny/node-ip
https://github.com/dcdunkan/deno-ip
Last synced: 8 months ago
JSON representation
Deno port of https://github.com/indutny/node-ip
- Host: GitHub
- URL: https://github.com/dcdunkan/deno-ip
- Owner: dcdunkan
- Archived: true
- Created: 2022-07-10T21:26:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T16:05:05.000Z (about 2 years ago)
- Last Synced: 2025-05-19T10:21:19.751Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://deno.land/x/dip
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno IP
> Deno port of [indutny/node-ip](https://github.com/indutny/node-ip).
IP address tools for Deno. Get your ip address, compare ip addresses, validate
ip addresses, etc.
```ts
import * as ip from "https://deno.land/x/dip/mod.ts";
```
Documentation: [indutny/node-ip](https://github.com/indutny/node-ip)
Test: [mod_test.ts](mod_test.ts)