0.1.12 • Published 2 months ago

@awfn/define-handler v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Written Logo

@awfn/define-handler

Simple wrapper around appwrite-types for making stanadlone functions be just the tiniest bit smaller.

Codeberg License

Installation

In your function, run:

pnpm i @awfn/define-handler

Usage

import { defineHandler } from '@awfn/define-handler';

export default defineHandler(async (req, res) => {
  // req & res are now fully typed
  res.send('Hello, world!');
});
0.1.12

2 months ago

0.1.11

3 months ago

0.1.10

3 months ago

0.1.8

3 months ago

0.1.9

3 months ago

0.1.7

4 months ago

0.1.6

4 months ago

0.1.5

4 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago