mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
328 B
TypeScript
11 lines
328 B
TypeScript
// Type definitions for geolite2 1.2
|
|
// Project: https://github.com/runk/node-geolite2#readme
|
|
// Definitions by: Florian Keller <https://github.com/ffflorian>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export namespace paths {
|
|
const asn: string;
|
|
const city: string;
|
|
const country: string;
|
|
}
|