# DenoAppResource

- Module: [CommunityToolkit.Aspire.Hosting.Deno](/reference/api/typescript/communitytoolkit.aspire.hosting.deno.md)
- Version: `13.4.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire)

## Definition

```typescript
interface DenoAppResource
  extends IComputeResource,
    IResource,
    IResourceWithArgs,
    IResourceWithEndpoints,
    IResourceWithEnvironment,
    IResourceWithProbes,
    IResourceWithWaitSupport,
    IResourceWithServiceDiscovery {
  withDenoPackageInstallation(): DenoAppResource;
}
```

## Methods

- [withDenoPackageInstallation](/reference/api/typescript/communitytoolkit.aspire.hosting.deno/denoappresource/withdenopackageinstallation.md) -- `method` -- Ensures the Deno packages are installed before the application starts using Deno as the package manager.
    ```typescript
  withDenoPackageInstallation(): DenoAppResource
  ```
