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

x/alosaur/examples/customdi/services/foo.service.ts>FooService

Alosaur - Deno web framework with many ES Decorators
Latest
class FooService
import { FooService } from "https://deno.land/x/alosaur@v1.1.1/examples/customdi/services/foo.service.ts";

Properties

private
name: string

Methods

getName(): string
setName(newName: string)