UNPKG

@ferjssilva/fast-crud-api

Version:

A complete and fast crud API generator

9 lines (7 loc) 205 B
/** * Fast CRUD API - A lightweight and flexible REST API generator for Fastify and MongoDB * * @module fast-crud-api */ // Re-export the main module module.exports = require('./src/index');