UNPKG
taiwan-taxid-validator
Version:
latest (1.0.0)
1.0.0
A validator for Taiwan uniform invoice numbers (統一發票號碼驗證器)
taiwan-taxid-validator
/
dist
/
index.d.ts
10 lines
(9 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
class
TaxIdValidator
{
/** * 檢查發票號碼是否合法 *
@param
invoiceId 發票號碼 *
@returns
是否合法 */
static
isValid
(
invoiceId
:
string
):
boolean
;
private
static
isValidChecksum; }