UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

4 lines (3 loc) 200 B
export declare function snakeToCamelCase(input: string): string; export declare function toCidr(ip: string, prefixLen: number): string; export declare function camelcaseKeys(input: unknown): unknown;