test-apithing
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@test/apithing

the idea is simple what if this:

  let router = new Router(); 

  router.createRoute = {
    route: '',
    bodyType: '',
    process: (request) => {},
  };

  // or

  router.createRoutes = [
    {
      route: '/hello',
      bodyType: '',
      process: (request) => {},
    }
  ]

  router.start(1337);

Readme

Keywords

none

Package Sidebar

Install

npm i test-apithing

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

17.1 kB

Total Files

9

Last publish

Collaborators

  • deondree