https://github.com/wisepythagoras/geoip-service-ts
Types for the extension engine of the geoip-service
https://github.com/wisepythagoras/geoip-service-ts
Last synced: 19 days ago
JSON representation
Types for the extension engine of the geoip-service
- Host: GitHub
- URL: https://github.com/wisepythagoras/geoip-service-ts
- Owner: wisepythagoras
- License: gpl-3.0
- Created: 2025-02-17T01:42:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T22:02:41.000Z (7 months ago)
- Last Synced: 2025-07-27T08:50:54.375Z (2 months ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geoip-service-ts
Types for the extension engine of the geoip-service### Usage
``` sh
npm i -D git+https://github.com/wisepythagoras/geoip-service-ts.git# Or
bun add -D git+https://github.com/wisepythagoras/geoip-service-ts.git
```Then, in your `tsconfig.json` add the following line:
``` js
{
// ...
"include": ["./node_modules/geoip-service-ts/index.d.ts"]
}
```