generate-rfc
v0.1.1
Published
Library to generate Mexican RFCs according to the specification
Downloads
46
Readme
generate-rfc
Library to generate Mexican RFCs according to the specification.
Install
npm install --save generate-rfc
Usage
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,
});
License
MIT
Built with <3 by bekind.software