UNPKG
@gino95/mexrfc-validator
Version:
latest (1.0.1)
1.0.1
Nuxt Validator for Mexican RFC
github.com/gino95/mexrfc-validator
gino95/mexrfc-validator
@gino95/mexrfc-validator
/
index.js
3 lines
•
108 B
JavaScript
View Raw
1
2
3
export
default
function
validateRFC
(
moduleOptions
){
console
.
log
(
"Message from validateRFC function."
); }