-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
✨ Add company module #11
- Loading branch information
Showing
7 changed files
with
638 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
import provider/[address, phone_number, job, person] | ||
export address, phone_number, job, person | ||
import provider/[address, phone_number, job, person, company] | ||
export address, phone_number, job, person, company |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ----------------------------------------------- # | ||
# This module was generated by 'nimble genProvs'. # | ||
# See 'faker.nimble'. # | ||
# ----------------------------------------------- # | ||
|
||
import util | ||
import ../base | ||
import company/[company_en_US, company_ja_JP] | ||
export base | ||
|
||
genProc company, | ||
[ | ||
bs, | ||
catchPhrase, | ||
company, | ||
companySuffix, | ||
], [ | ||
en_US, | ||
ja_JP, | ||
] |
Oops, something went wrong.