kenya-locations
Version:
A comprehensive and intuitive TypeScript package for working with Kenyan administrative divisions (counties, sub-counties, constituencies, and wards)
11 lines (10 loc) • 435 B
TypeScript
declare global {
const describe: (typeof import("vitest"))["describe"];
const it: (typeof import("vitest"))["it"];
const expect: (typeof import("vitest"))["expect"];
const beforeEach: (typeof import("vitest"))["beforeEach"];
const afterEach: (typeof import("vitest"))["afterEach"];
const beforeAll: (typeof import("vitest"))["beforeAll"];
const afterAll: (typeof import("vitest"))["afterAll"];
}
export {};