UNPKG
id-card-helper
Version:
latest (0.1.1)
0.1.1
0.1.0
ID card helper
github.com/sexyoung/id-card-helper
sexyoung/id-card-helper
id-card-helper
/
src
/
formaters
/
index.js
8 lines
(5 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
TaiwanFormater
from
'./TaiwanFormater'
;
export
{
TaiwanFormater
};
export
default
{
TaiwanFormater
, };