aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorDavid Pollack <[email protected]>2025-06-16 00:52:49 +0200
committerGitHub <[email protected]>2025-06-16 00:52:49 +0200
commitd07d96d01833085f2d3c5f9c851a572ebf8c47df (patch)
treeb72fa0a7d325744a3c616baf742c8837583b6739 /src/index.ts
parentf08b24374c81c11adff2a68015483a41ae06d9d3 (diff)
downloadfaker-d07d96d01833085f2d3c5f9c851a572ebf8c47df.tar.xz
faker-d07d96d01833085f2d3c5f9c851a572ebf8c47df.zip
feat(location): simple coordinate methods (#3528)
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index a8c4ecea..c100642a 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -69,7 +69,7 @@ export type { HelpersModule, SimpleHelpersModule } from './modules/helpers';
export type { ImageModule } from './modules/image';
export { IPv4Network } from './modules/internet';
export type { IPv4NetworkType, InternetModule } from './modules/internet';
-export type { LocationModule } from './modules/location';
+export type { LocationModule, SimpleLocationModule } from './modules/location';
export type { LoremModule } from './modules/lorem';
export type { MusicModule } from './modules/music';
export type { NumberModule } from './modules/number';