Library to generate Mexican RFCs according to the specification.
npm install --save generate-rfc
This library supports both ESM and CommonJS thanks to gen-esm-wrapper
.
import { generateRfc } from "generate-rfc";
const rfc = generateRfc({
firstName: "Andres",
secondName: "Manuel",
lastName: "Lopez",
secondLastName: "Obrador",
dayOfBirth: 13,
monthOfBirth: 11,
yearOfBirth: 1953,
});
MIT
Built with <3 by bekind.software