0.2.2 • Published 12 months ago
the-api-routings v0.2.2
the-api langs
Installation
npm i -S the-api-langs
Usage
cat index.ts
import { langs } from 'the-api-langs';
const router = new Routings();
router.crud({ table: 'testNews' });
const theAPI = new TheAPI({ routings: [langs, router] });
export default theAPI.up();
bun index.ts