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

6 lines
211 B
TypeScript

import * as geolite2 from 'geolite2';
const asn = geolite2.paths.asn; // $ExpectType string
const city = geolite2.paths.city; // $ExpectType string
const country = geolite2.paths.country; // $ExpectType string