An open API service indexing awesome lists of open source software.

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

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"]
}
```