UNPKG

@kazion/create-app

Version:

A cli tool to help you get started with graphql and rest api's with typescript

4 lines (2 loc) 126 B
import { asyncHandler } from "~/utils/asyncHandler"; export const getUsersController = asyncHandler(async (req, res) => {});