DefinitelyTyped/types/geolite2/index.d.ts
2018-12-23 22:56:42 +01:00

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;
}