Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/examples/db/services/user.service.ts>UserService

Alosaur - Deno web framework with many decorators
Go to Latest
class UserService
import { UserService } from "https://deno.land/x/alosaur@v0.19.0/examples/db/services/user.service.ts";

Constructors

new
UserService(db: Database)

Methods

getUsers(): Promise<User[]>