0.1.1 • Published 1 year ago
the-api-langs v0.1.1
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