feat: deprecated business type helper
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
This commit is contained in:
parent
1cf53c91aa
commit
ccee309268
1 changed files with 3 additions and 0 deletions
|
|
@ -368,6 +368,9 @@ function gender(text: string, lang: "th" | "en" = "en") {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
function businessType(text: string, lang: "th" | "en" = "en") {
|
||||
switch (lang) {
|
||||
case "th":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue