1.1.19 • Published 3 months ago

@amaui/models v1.1.19

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Getting started

Add

  yarn add @amaui/models 

Use

  import express from 'express';
  import { Query, Response } from '@amaui/models';

  async function route(req: express.Request, res: express.Response) {
    const query = Query.fromRequest(req);

    const response = await todoCollection.searchMany(query);

    return res.status(200).json(Response.fromQuery(response));
  }

  // etc.

Dev

Install

  yarn

Test

  yarn test

Prod

Build

  yarn build
1.1.19

3 months ago

1.1.18

6 months ago

1.1.11144

10 months ago

1.1.16

8 months ago

1.1.15

8 months ago

1.1.14

8 months ago

1.1.13

9 months ago

1.1.17

8 months ago

1.1.1

11 months ago

1.1.11111

11 months ago

1.1.0

11 months ago

1.1.11141

11 months ago

1.1.11140

11 months ago

1.1.11117

11 months ago

1.1.11114

11 months ago

1.1.111

11 months ago

1.1.1111

11 months ago

1.1.11

11 months ago

1.0.1114

1 year ago

1.0.11117

1 year ago

1.0.11115

1 year ago

1.0.111

2 years ago

1.0.11114

2 years ago

1.0.1111

2 years ago

1.0.11

2 years ago

1.0.11111

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago