aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorDivisionByZero <[email protected]>2024-02-11 11:29:51 +0100
committerGitHub <[email protected]>2024-02-11 10:29:51 +0000
commit9aab7c2429b50c0f6e8bd1908344f9ff92912f5d (patch)
treea30e8d5a6704c8c5011757e48dba4e1bba5ac638 /src/index.ts
parent0e4b93fe42ed6c63970c629e9b5e3ff415e5711c (diff)
downloadfaker-9aab7c2429b50c0f6e8bd1908344f9ff92912f5d.tar.xz
faker-9aab7c2429b50c0f6e8bd1908344f9ff92912f5d.zip
feat(food): new module (#2484)
Co-authored-by: Matt Mayer <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index 8a8ffdb7..8dd2982b 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -30,6 +30,7 @@ export type {
FinanceDefinition,
/** @deprecated Use FinanceDefinition instead */
FinanceDefinition as FinanceDefinitions,
+ FoodDefinition,
HackerDefinition,
/** @deprecated Use HackerDefinition instead */
HackerDefinition as HackerDefinitions,
@@ -101,6 +102,7 @@ export type { DatabaseModule } from './modules/database';
export type { DatatypeModule } from './modules/datatype';
export type { DateModule, SimpleDateModule } from './modules/date';
export type { Currency, FinanceModule } from './modules/finance';
+export type { FoodModule } from './modules/food';
export type { GitModule } from './modules/git';
export type { HackerModule } from './modules/hacker';
export type { HelpersModule, SimpleHelpersModule } from './modules/helpers';