feat: deprecated business type helper
This commit is contained in:
parent
2cf325cc3c
commit
a8bd19defc
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") {
|
function businessType(text: string, lang: "th" | "en" = "en") {
|
||||||
switch (lang) {
|
switch (lang) {
|
||||||
case "th":
|
case "th":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue