The Wayback Machine - https://web.archive.org/web/20200929200946/https://github.com/topics/nodejs-library
Skip to content
#

nodejs-library

Here are 115 public repositories matching this topic...

tanvp112
tanvp112 commented Dec 6, 2019

Hi,

I tried to use create-fastify-app with openapi specification version 3.0.1. Example converted v2 petstore swagger on editor.swagger.io to v3. But fastify-app failed with message 'parameter must contain a valid Open Api Version 2.0 or 3.0.x'. Source:

const parse = (content) => {
if (content.swagger && content.swagger.indexOf('2.0') === 0) {
return V2.parse(content)
}

throw

Utility library for validation of PESEL, NIP, REGON, identity card etc. Aimed mostly at Polish enviroment. [Polish] Walidacja numerów pesel, nip, regon, dowodu osobistego.

  • Updated Sep 11, 2020
  • TypeScript

Improve this page

Add a description, image, and links to the nodejs-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nodejs-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.