# CommunityToolkit.Aspire.Hosting.Deno

- Module: `CommunityToolkit.Aspire.Hosting.Deno`
- Version: `13.4.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire)
- Functions: `3`
- Types: `1`

## Types

- [DenoAppResource](/reference/api/typescript/communitytoolkit.aspire.hosting.deno/denoappresource.md) -- `handle` - 1 members

## Functions

- [addDenoApp](/reference/api/typescript/communitytoolkit.aspire.hosting.deno/adddenoapp.md) -- `method` -- Adds a Deno application to the application model. Deno should available on the PATH.
- [addDenoTask](/reference/api/typescript/communitytoolkit.aspire.hosting.deno/adddenotask.md) -- `method` -- Adds a Deno task to the distributed application builder
- [withDenoPackageInstallation](/reference/api/typescript/communitytoolkit.aspire.hosting.deno/withdenopackageinstallation.md) -- `method` -- Ensures the Deno packages are installed before the application starts using Deno as the package manager.
