0.1.1 • Published 1 year ago

generate-rfc v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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